llama-stack-mirror/llama_stack/apis/agents
Ashwin Bharambe 79f889d3f0 feat(api): add extra_body parameter support with shields example
Introduce ExtraBodyField annotation to enable parameters that arrive via extra_body in client SDKs but are accessible server-side with full typing. These parameters are documented in OpenAPI specs under x-llama-stack-extra-body-params but excluded from generated SDK signatures. Add shields parameter to create_openai_response as the first implementation using this pattern.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-03 10:35:33 -07:00
..
__init__.py chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
agents.py feat(api): add extra_body parameter support with shields example 2025-10-03 10:35:33 -07:00
openai_responses.py fix: responses <> chat completion input conversion (#3645) 2025-10-02 16:01:08 -07:00