Requests Toolkit
We can use the Requests toolkit to construct agents that generate HTTP requests.
For detailed documentation of all API toolkit features and configurations head to the API reference for RequestsToolkit.
⚠️ Security note ⚠️
There are inherent risks in giving models discretion to execute real-world actions. Take precautions to mitigate these risks:
- Make sure that permissions associated with the tools are narrowly-scoped (e.g., for database operations or API requests);
- When desired, make use of human-in-the-loop workflows.