Features
.halguru.yaml ➤ Agent ➤ Features
Gets or sets the features and capabilities of the agent.
Agent:
Features:
CheckAllUrls: false
CheckIsAnswerCorrect: false
CheckIsLastUrlCorrectAnswer: false
CommentCurrentUrl: true
PerChannelThreading: false
MaxRetryAttempts: 0
DisplayImagesForUrls: false
DisplayWebsiteForUrl: true
Properties#
Name | Type | Required | Description |
---|---|---|---|
CheckAllUrls | Boolean | Determines whether all URLs exist and are valid in the generated answer. | |
CheckIsAnswerCorrect | Boolean | Determines whether the answer provided is evaluated as correct. | |
CheckIsLastUrlCorrectAnswer | Boolean | Determines whether the last URL in the provided collection is the correct answer. | |
CommentCurrentUrl | Boolean | Determines whether the robot should comment the current URL. | |
PerChannelThreading | Boolean | Determines whether a separate thread is created for each channel. | |
MaxRetryAttempts | Integer | Determines whether the robot should retry the check fails. | |
DisplayImagesForUrls | Boolean | Determines whether the robot should display images for URLs. | |
DisplayWebsiteForUrl | Boolean | Determines whether the agent should display the website for the URL. |
Remarks#
This property defines the set of functionalities and operational characteristics that the agent can perform or exhibit. It acts as a configuration for enabling or customizing the agent's abilities during execution.
Technical Information#
Property | Value |
---|---|
Path | Agent.Features |
Internal Type | AgentModels.AgentFeatures |
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 |