llama-stack/docs/openapi_generator/pyopenapi
Ashwin Bharambe 9f709387e2 Kill X-LlamaStack-{Client-Version, Provider-Data} from OpenAPI spec
ClientVersion: We don't need each SDK method to support this parameter
because you wouldn't be passing a different client version each time you
make an API call.

ProviderData: although in this case, you _could_ be passing different
API keys depending on which SDK call you make, it makes for a confusing
experience. It is best to initialize the LlamaStackClient with all the
keys which are then passed in each request.
2025-01-28 13:30:23 -08:00
..
__init__.py move openapi from rfcs->docs 2024-09-18 16:09:17 -07:00
generator.py Kill X-LlamaStack-{Client-Version, Provider-Data} from OpenAPI spec 2025-01-28 13:30:23 -08:00
operations.py [memory refactor][3/n] Introduce RAGToolRuntime as a specialized sub-protocol (#832) 2025-01-22 10:04:16 -08:00
options.py move openapi from rfcs->docs 2024-09-18 16:09:17 -07:00
README.md move openapi from rfcs->docs 2024-09-18 16:09:17 -07:00
specification.py [API Updates] Model / shield / memory-bank routing + agent persistence + support for private headers (#92) 2024-09-23 14:22:22 -07:00
template.html move openapi from rfcs->docs 2024-09-18 16:09:17 -07:00
utility.py [API Updates] Model / shield / memory-bank routing + agent persistence + support for private headers (#92) 2024-09-23 14:22:22 -07:00