Skip to content

Assistant

Assistant agent model.

WaldiezAssistant

Bases: WaldiezAgent

Assistant agent model.

A WaldiezAgent with agent_type assistant and default human_input_mode: "NEVER" See WaldiezAgent,WaldiezAssistantData,WaldiezAgentData for more info.

Attributes:

NameTypeDescription
agent_typeLiteral['assistant']

The agent type: 'assistant' for an assistant agent

dataWaldiezAssistantData

The assistant agent's data

Assistant agent data model.

WaldiezAssistantData

Bases: WaldiezAgentData

Assistant agent data class.

The data for an agent with human_input_mode set to "ALWAYS" as default. See the parent's docs (WaldiezAgentData) for the rest of the properties.

Attributes:

NameTypeDescription
human_input_modeLiteral['ALWAYS', 'NEVER', 'TERMINATE']

The human input mode, Defaults to NEVER