MCPcopy 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
178def is_assistant_id(assistant_id: str) -> bool:
179 return len(assistant_id) == 24

Callers 2

api_chat_completionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected