- Notifications
You must be signed in to change notification settings - Fork2k
Open
Description
Describe the bug
when I use multiple inputs with session, There was a Error:
Error processing message: Cannot provide both a session and a list of input items. When using session memory, provide only a string input to append to the conversation, or use session=None and provide a list to manually manage conversation history.
Debug information
- Agents SDK version: v0.2.0
- Python version (Python 3.10)
Expected behavior
I want to use the multiple inputs with session in agent