Ask a question to get started
Enter to send•Shift+Enter new line
Represents an action with a name and args.
Action()
TypedDict
The type or name of action being requested (e.g., 'add_numbers').
'add_numbers'
Key-value pairs of args needed for the action (e.g., {"a": 1, "b": 2}).
{"a": 1, "b": 2}