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

Class PluginOutput

plugin/app/models/plugin_handler.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class PluginOutput(BaseModel):
11 status: int = Field(200)
12 data: Dict = Field({})
13
14
15class PluginInput(BaseModel):

Callers 15

executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected