Provider tools are capabilities provided directly by the model providers that can be enabled for your agents. These tools allow your agents to perform specialized tasks like generating images, searching the web, and executing code.Documentation Index
Fetch the complete documentation index at: https://hastekit.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Agent Builder provides access to three tools that leverage the native capabilities of supported LLM providers:- Image Generation Tool - Generate images from text descriptions
- Web Search Tool - Search the web for real-time information
- Code Execution Tool - Execute code in a sandboxed environment
Enabling Provider Tools
To enable provider tools for your agent:- Navigate to your agent in the Agent Builder
- Click on the Tools tab
- Toggle the switch next to each tool you want to enable
- Save your agent configuration
Image Generation Tool
The Image Generation Tool allows your agent to create images based on text descriptions. This tool is useful for:- Creating visual content from descriptions
- Generating illustrations or graphics
- Producing images for presentations or documents
Web Search Tool
The Web Search Tool enables your agent to search the internet for real-time information. This tool is useful for:- Finding current events and news
- Looking up factual information
- Getting up-to-date data and statistics
- Researching topics that require recent information
Code Execution Tool
The Code Execution Tool allows your agent to write and execute code in a sandboxed environment. This tool is useful for:- Performing mathematical calculations
- Analyzing data
- Running code snippets
- Solving computational problems
- Generating code examples
Provider Compatibility
| Tool | OpenAI | Anthropic | Gemini |
|---|---|---|---|
| Image Generation | ✅ | ❌ | ✅ |
| Web Search | ✅ | ✅ | ❌ |
| Code Execution | ✅ | ✅ | ✅ |