Handling External Resource Requests
When the agent requires external input or admin approval (e.g., filling in a form field), the external_resource_requested
event is emitted.
In this example:
The agent requests an external resource.
Your system captures the event and responds by providing the required input.
Last updated