MCPcopy
hub / github.com/TaskingAI/TaskingAI / json

Method json

backend/tests/common/utils.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self._json_data = json_data
17
18 def json(self):
19 return self._json_data
20
21
22def list_to_dict(data: list):

Callers 15

sync_model_schema_dataFunction · 0.95
chat_completionFunction · 0.95
sync_plugin_dataFunction · 0.95
run_pluginFunction · 0.95
verify_model_credentialsFunction · 0.45
check_http_errorFunction · 0.45
api_rerankFunction · 0.45
api_text_embeddingFunction · 0.45
verify_credentialsFunction · 0.45
health_checkFunction · 0.45
rerankFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_create_modelMethod · 0.36
test_list_modelsMethod · 0.36
test_get_modelMethod · 0.36
test_update_modelMethod · 0.36
test_delete_modelMethod · 0.36
test_list_providersMethod · 0.36
test_get_providerMethod · 0.36
test_get_model_schemaMethod · 0.36
test_get_codeMethod · 0.36
test_rerankMethod · 0.36
test_error_rerankMethod · 0.36