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

Class RunToolResponse

plugin/app/routes/execute.py:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82class RunToolResponse(BaseModel):
83 status: str = Field(
84 "success",
85 Literal="success",
86 description="The status of the response.",
87 )
88 data: PluginOutput = Field(
89 ...,
90 description="The data of the response.",
91 )
92
93
94class BaseDataResponse(BaseModel):

Callers 1

api_executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected