llama-stack-mirror/llama_stack
Ashwin Bharambe 0d96070af9
Update OpenAPI generator to add param and field documentation (#896)
We desperately need to document our APIs. This is the basic requirement
of having a Spec :)

This PR updates the OpenAPI generator so documentation for request
parameters and object fields can be properly added to the OpenAPI specs.
From there, this should get picked by Stainless, etc.

## Test Plan:

Updated client-sdk (See
https://github.com/meta-llama/llama-stack-client-python/pull/104) and
then ran:

```bash
cd tests/client-sdk
LLAMA_STACK_CONFIG=../../llama_stack/templates/fireworks/run.yaml pytest -s -v inference/test_inference.py agents/test_agents.py
```
2025-01-29 10:04:30 -08:00
..
apis Update OpenAPI generator to add param and field documentation (#896) 2025-01-29 10:04:30 -08:00
cli Fix validator of "container" image type (#901) 2025-01-29 09:36:52 -08:00
distribution Update OpenAPI generator to add param and field documentation (#896) 2025-01-29 10:04:30 -08:00
providers align with CompletionResponseStreamChunk.delta as str (instead of TextDelta) (#900) 2025-01-29 09:25:50 -08:00
scripts [memory refactor][3/n] Introduce RAGToolRuntime as a specialized sub-protocol (#832) 2025-01-22 10:04:16 -08:00
templates add NVIDIA_BASE_URL and NVIDIA_API_KEY to control hosted vs local endpoints (#897) 2025-01-29 09:31:56 -08:00
__init__.py export LibraryClient 2024-12-13 12:08:00 -08:00