Skip to content

Start

.halguru.yamlAgentStart

Gets or sets the starting configuration for the agent.

Agent:
  Start:
    LLMConnectorName: Any text
    PromptName: Any text
    Url: https://www.example.com

Field Information#

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.

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.Start
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0