Páginas · Laravilt
AI Tools
Function calling for AI agents
Tools give AI agents ability to perform actions.
Overview
| Topic | Description |
|---|---|
| Query Tool | Search records |
| CRUD Tools | Create, Update, Delete |
| Custom Tools | Build your own |
Built-in Tools
| Tool | Description |
|---|---|
| QueryTool | Search and filter records |
| CreateTool | Create new records |
| UpdateTool | Update existing records |
| DeleteTool | Delete records |
Basic Usage
php
Automatic Tool Generation
Resource agents auto-generate tools:
php
Related
- Query Tool - Search records
- CRUD Tools - Data operations
- Custom Tools - Build custom