You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Error executing function create_a_staging_order_for_booking_a_room:
ValueError: Failed to coerce argument 'room_numbers' to List[int]: Unsupported annotation: List[int]"
Describe the bug
My tool definition:
I have a tool shown above, attached to an agent. When this agent executed this tool, I got the error message saying:
The following line is the bug source:
letta/letta/functions/ast_parsers.py
Line 90 in e3fafcf
Please describe your setup
pip install letta
letta
? TerminalLetta Config
[defaults] preset = memgpt_chat persona = sam_pov human = basic [archival_storage] type = chroma path = /Users/clannad/.letta/chroma [recall_storage] type = sqlite path = /Users/clannad/.letta [metadata_storage] type = sqlite path = /Users/clannad/.letta [version] letta_version = 0.6.23
The text was updated successfully, but these errors were encountered: