Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ BaseDataResponse
Class
BaseDataResponse
backend/app/schemas/base.py:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
class
BaseDataResponse(BaseModel):
12
status: str = Field(
"success"
)
13
data: Optional[Any] = None
14
15
16
class
BaseErrorResponse(BaseModel):
Callers
14
api_version
Function · 0.90
api_get_apikey
Function · 0.90
api_login_admin
Function · 0.90
api_refresh_admin_token
Function · 0.90
api_get_provider
Function · 0.90
api_get_model_schema
Function · 0.90
api_chat_completion
Function · 0.90
api_ui_get_assistant
Function · 0.90
get_code
Function · 0.90
api_get_ui_collection
Function · 0.90
api_bulk_create_actions
Function · 0.90
api_update_action
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected