Aigency::Config::Agent::AgentModel
This resource defines the configuration for the AI model used by an agent.
Syntax
name: <string>
provider: [ProviderConfig]
Properties
name
- Description: Name of the AI model to use.
- Type: string
- Required: True
provider
- Description: Provider configuration details.
- Type: ProviderConfig
- Required: False
Example
name: gpt-4
provider:
name: openai
api_base: https://api.openai.com