Features
.halguru.yaml ➤ Agent ➤ Features
Gets or sets the features and capabilities of the agent.
Agent:
Features:
Authorization: Required
MarkdownToHtml: true
CheckAllUrls: false
CheckIsAnswerCorrect: false
CheckIsLastUrlCorrectAnswer: false
CommentCurrentUrl: true
PerChannelThreading: false
MaxRetryAttempts: 0
DisplayImagesForUrls: false
DisplayWebsiteForUrl: true
| Name |
Description |
| Title |
Agent Features |
| Field Type |
Object |
| Required |
False |
Field List
| Name |
Type |
Required |
Description |
| Authorization |
Choice |
|
Defines the authorization level required to use the agent. |
| MarkdownToHtml |
Boolean |
|
Determines whether Markdown is converted to HTML. |
| 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 agent 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. |
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.
| Property |
Value |
| Path |
Agent.Features |
| Internal Type |
AgentModels.AgentFeatures |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |