MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / PluginInput

Class PluginInput

plugin/app/models/plugin_handler.py:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class PluginInput(BaseModel):
16 input_params: Dict = Field(...)
17 project_id: Optional[str] = Field(None)
18
19
20class PluginHandler(ABC):

Callers 1

api_executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected