MCPcopy 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
174def is_model_id(model_id: str) -> bool:
175 return len(model_id) == 8
176
177
178def is_assistant_id(assistant_id: str) -> bool:

Callers 2

api_chat_completionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected