mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 10:22:01 +00:00
Some small fixes to clarify variable names so that they more closely match what they do (input_messages -> input_items) and use an intermediate variable plus add some code comments about how we aggregating streaming tool call arguments from the inference provider when building our response. Signed-off-by: Ben Browning <bbrownin@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_instance.py | ||
| agents.py | ||
| config.py | ||
| openai_responses.py | ||
| persistence.py | ||
| safety.py | ||