mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 22:51:59 +00:00
This adds logic to handle input content types coming from the model's previous output messages (like in multi-turn conversations) and content types that are plain strings. it also raises an error if we find any unhandled content types, as that would be a bug we need to fix. Signed-off-by: Ben Browning <bbrownin@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_instance.py | ||
| agents.py | ||
| config.py | ||
| openai_responses.py | ||
| persistence.py | ||
| safety.py | ||