Start
.halguru.yaml ➤ Agent ➤ Start
Gets or sets the starting configuration for the agent.
Properties#
| 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. |
Remarks#
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.
Technical Information#
| Property | Value |
|---|---|
| Path | Agent.Start |
| Internal Type | AgentModels.StartHalPath |
| Internal Root Type | AgentHalConfiguration |
| File Extension | .halguru.yaml |
| JSON Schema | halguru-schema.json |
| Last updated: | 2025-12-05 | |
| Autogenerated: | Yes | |
| AI powered: | Yes | |
| Core version: | 1.75.0 |