Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ is_assistant_id
Function
is_assistant_id
backend/app/routes/utils.py:178–179 ·
view source on GitHub ↗
(assistant_id: str)
Source
from the content-addressed store, hash-verified
176
177
178
def
is_assistant_id(assistant_id: str) -> bool:
179
return
len(assistant_id) == 24
Callers
2
api_chat_completion
Function · 0.85
api_chat_completion_openai
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected