Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ is_model_id
Function
is_model_id
backend/app/routes/utils.py:174–175 ·
view source on GitHub ↗
(model_id: str)
Source
from the content-addressed store, hash-verified
172
173
174
def
is_model_id(model_id: str) -> bool:
175
return
len(model_id) == 8
176
177
178
def
is_assistant_id(assistant_id: str) -> bool:
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