AIAgent
Written by
Updated at May 21, 2025
AI agent to help you put together your prompt to YandexGPT.
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
agentConfig |
AgentConfig | Yes | No | No | AI agent settings. |
tasks |
Tasks[] | Yes | No | No | Tasks the AI agent has to complete. |
AgentConfig object
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
goal |
string |
Yes | No | Yes | Individual goal that guides the AI agent's decision-making, e.g., help with choice of parts for the specified vehicle. |
role |
string |
Yes | No | Yes | Role that defines the AI agent's functions and experience, e.g., car parts consultant. |
backstory |
string |
Yes | No | Yes | Backstory defining the AI agent's personality and enriching the context, e.g., you find the best value for money car parts and briefly explain your choice. |
Tasks object
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
description |
string |
Yes | No | Yes | Description of the task you want the AI agent to perform, e.g., find an oil filter for a BMW 320i. |
result |
string |
Yes | No | Yes | Description of what you expect to get, e.g., a list of addresses of stores selling the car parts you need. |