MCPcopy
hub / github.com/TaskingAI/TaskingAI / get_headers

Function get_headers

backend/tests/common/utils.py:33–34  ·  view source on GitHub ↗
(authentication: str)

Source from the content-addressed store, hash-verified

31
32
33def get_headers(authentication: str):
34 return {"Authorization": "Bearer " + authentication}
35
36
37def assume_text_embedding_result(result: list):

Callers 15

upload_imageFunction · 0.90
list_providersFunction · 0.90
get_providerFunction · 0.90
list_model_schemasFunction · 0.90
get_model_schemaFunction · 0.90
list_modelsFunction · 0.90
get_modelFunction · 0.90
create_modelFunction · 0.90
update_modelFunction · 0.90
delete_modelFunction · 0.90
get_sample_codeFunction · 0.90
rerankFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected