Start
.halguru.yaml ➤ Agent ➤ Start
Gets or sets the starting configuration for the agent.
Agent:
Start:
LLMConnectorName: Any text
PromptName: Any text
Url: https://www.example.com
| Name |
Description |
| Title |
Agent Start Configuration |
| Field Type |
Object |
| Required |
True |
Field List
| Name |
Type |
Required |
Description |
| LLMConnectorName |
Text |
✔️ |
Name of the LLM connector to be used from the LLMConnectors list. |
| PromptName |
Text |
|
Name of the prompt to be used during the agent's initialization process. |
| Url |
Url |
|
URL associated with the start configuration of the agent. |
This property defines the initial settings used when the agent starts execution. It includes parameters essential for initializing and setting up the agent's runtime environment.
| Property |
Value |
| Path |
Agent.Start |
| Internal Type |
AgentModels.Start |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |