Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ BaseDataResponse
Class
BaseDataResponse
plugin/app/routes/execute.py:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
class
BaseDataResponse(BaseModel):
95
status: str = Field(
"success"
, Literal=
"success"
, description=
"The status of the response."
)
96
data: Any = Field(...)
97
98
99
@router.post(
Callers
1
api_execute
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected