Functions
Lillo implements a standardized function calling system across compatible LLM providers. This system enables AI models to interact with external services and perform specific actions through a well-d
Supported Providers
Full Support
No Support
Core Functions
Image Generation
{
name: "generate_image",
description: "Generate an image based on the user's request",
parameters: {
type: "object",
properties: {
prompt: {
type: "string",
description: "The description of the image to generate"
}
},
required: ["prompt"]
}
}Weather Data
Market Data
Time Information
Implementation Details
Provider Integration
Response Handling
Best Practices
Function Design
Response Processing
Error Handling
Security
Related Documentation
Last updated