Command
.halguru-action.yaml ➤ Command
Gets or sets the command associated with the agent's action. This property is used to define the specific operation or instruction that the agent should execute. It can be used in scenarios where execution logic is determined dynamically based on the command string. When this property is set, it represents a direct command to the agent.
Name | Description |
---|---|
Title | Command |
Type | Text |
Required | False |
Length | 0..4096 |
Remarks#
Commands list: >echo text
- Echo command. >help
- Help command. >llmconnector llmconnectorname
- Change the LLM connector associated with the agent. >prompt promptname
- Change the prompt associated with the agent.
Technical Information#
Property | Value |
---|---|
Path | Command |
Internal Type | System.String |
Internal Root Type | ActionConfiguration |
File Extension | .halguru-action.yaml |
JSON Schema | halguru-action-schema.json |
Last updated: | 2025-10-13 | |
Autogenerated: | Yes | |
AI powered: | Yes | |
Core version: | 1.66.0 |