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