llama-stack-mirror/src
Sébastien Han 09280301de
fix: Query default values can't be set in Annotated
The error is that Query default values can't be set in Annotated; they
must be set with = in the function signature.
See the error:

```
The error is that Query default values can't be set in Annotated; they
must be set with = in the function signature. Searching for where
include_embeddings is defined:
```

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-11-14 09:56:44 +01:00
..
llama_stack chore: use Pydantic to generate OpenAPI schema 2025-11-14 09:56:02 +01:00
llama_stack_api fix: Query default values can't be set in Annotated 2025-11-14 09:56:44 +01:00
llama_stack_ui feat: allow returning embeddings and metadata from /vector_stores/ methods; disallow changing Provider ID (#4046) 2025-11-12 09:59:48 -08:00