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

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

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0