Skip to main content

get_plugin_template

Function
This function is defined in the plugins module.
Get plugin template content

Signature

def get_plugin_template(plugin_type: PluginType, name: &str) -> String

Parameters

plugin_type
PluginType
required
No description available.
name
&str
required
No description available.

Returns

Returns
String
The result of the operation.

Uses

  • metadata
  • get_tools
  • execute_tool

Source

View on GitHub

praisonai/src/parity/plugins.rs at line 324