MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / ResponseWrapper

Class ResponseWrapper

inference/test/utils/utils.py:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323class ResponseWrapper:
324 def __init__(self, status: int, json_data: dict):
325 self.status_code = status
326 self._json_data = json_data
327
328 def json(self):
329 return self._json_data
330
331
332def check_order(lst, key):

Callers 11

chat_completionFunction · 0.90
text_embeddingFunction · 0.90
rerankFunction · 0.90
verify_credentialsFunction · 0.90
cachesFunction · 0.90
cache_checksumsFunction · 0.90
list_providersFunction · 0.90
get_providerFunction · 0.90
list_model_schemasFunction · 0.90
get_model_schemaFunction · 0.90
model_property_schemasFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected