-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
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
gemue-parndt