LlmConnectorName
The name of the LLM connector associated with the agent.
LlmConnectorName:
Summary#
Represents the name of the LLM (Large Language Model) connector associated with the agent. Determines which LLM connector is used for operations within the session.
Properties#
- UserType - The type of user associated with the agent's current session.
- MessagesCount - The count of messages associated with the AI Agent
- LastMonthMessagesCount - The total number of messages exchanged during the last calendar month.
- LastDayMessagesCount - The count of messages sent or received by the agent in the last day.
- MessageWordsCount - The count of words associated with the AI Agent
- LastMonthMessagesWordsCount - The total number of messages words exchanged during the last calendar month.
- LastDayMessagesWordsCount - The count of messages words sent or received by the agent in the last day.
- Started - The moment when the agent AI is initiated
- LastAccess - Last access to the agent.
- IsStarted - Indicates whether the agent has been started.
- ThreadId - The identifier of the thread associated with the agent.
- LlmConnectorName - The name of the LLM connector associated with the agent.
- PromptName - The name of the currently active prompt associated with the agent.
- Url - The URL associated with the agent state.
- Language - The language associated with the agent state.
- Description - A brief description or details regarding the agent state.
- Variables - A collection of variables associated with the agent state.
Parent models#
- .halguru-state.yaml: - Defines the operational state and associated metadata for a session of an agent.
Summary#
- Path:
.halguru-state.yaml: LlmConnectorName:
- Internal type:
StateConfiguration
- Internal root type:
StateConfiguration
- JSON Schema for YAML: https://docs.hal.guru/schemas/halguru-state-schema.json