StringLLMCondition
autogen.agentchat.group.llm_condition.StringLLMCondition #
Bases: LLMCondition
Simple string-based LLM condition.
This condition provides a static string prompt to be evaluated by an LLM.
get_prompt #
Return the static prompt string.
PARAMETER | DESCRIPTION |
---|---|
agent | The agent evaluating the condition (not used) TYPE: |
messages | The conversation history (not used) |
RETURNS | DESCRIPTION |
---|---|
str | The static prompt string |