WaldiezAgentGroupManagerData
Defined in: src/waldiez/models/Agent/GroupManager/GroupManagerData.ts:40
Waldiez Group Manager Agent Data.
ParamΒΆ
The human input mode of the agent ("NEVER" | "ALWAYS" | "SOMETIMES")
ParamΒΆ
The system message of the agent
ParamΒΆ
The code execution configuration of the agent
ParamΒΆ
The default auto reply of the agent
ParamΒΆ
The maximum consecutive auto reply of the agent
ParamΒΆ
The termination message check of the agent
ParamΒΆ
The model ids of the agent
ParamΒΆ
The linked skills of the agent
ParamΒΆ
The parent id of the agent
ParamΒΆ
The nested chats of the agent
ParamΒΆ
The maximum round of the agent
ParamΒΆ
The admin name of the agent
ParamΒΆ
The speakers of the agent
ParamΒΆ
The enable clear history of the agent
ParamΒΆ
The send introductions of the agent
SeeΒΆ
- WaldiezAgentData
- WaldiezAgentLinkedSkill
- WaldiezAgentNestedChat
- WaldiezAgentTerminationMessageCheck
- WaldiezAgentGroupManagerSpeakers
- WaldiezAgentHumanInputMode
- WaldiezAgentCodeExecutionConfig
ExtendsΒΆ
ConstructorsΒΆ
ConstructorΒΆ
new WaldiezAgentGroupManagerData(
props
):WaldiezAgentGroupManagerData
Defined in: src/waldiez/models/Agent/GroupManager/GroupManagerData.ts:47
ParametersΒΆ
propsΒΆ
adminNameΒΆ
null
| string
agentDefaultAutoReplyΒΆ
null
| string
codeExecutionConfigΒΆ
WaldiezAgentCodeExecutionConfig
enableClearHistory?ΒΆ
boolean
humanInputModeΒΆ
maxConsecutiveAutoReplyΒΆ
null
| number
maxRoundΒΆ
null
| number
modelIdsΒΆ
string
[]
nestedChatsΒΆ
parentIdΒΆ
null
| string
sendIntroductions?ΒΆ
boolean
skillsΒΆ
speakersΒΆ
WaldiezAgentGroupManagerSpeakers
systemMessageΒΆ
null
| string
terminationΒΆ
WaldiezAgentTerminationMessageCheck
ReturnsΒΆ
WaldiezAgentGroupManagerData
OverridesΒΆ
PropertiesΒΆ
adminNameΒΆ
adminName:
null
|string
Defined in: src/waldiez/models/Agent/GroupManager/GroupManagerData.ts:42
agentDefaultAutoReplyΒΆ
agentDefaultAutoReply:
null
|string
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:35
Inherited fromΒΆ
WaldiezAgentData
.agentDefaultAutoReply
codeExecutionConfigΒΆ
codeExecutionConfig:
WaldiezAgentCodeExecutionConfig
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:34
Inherited fromΒΆ
WaldiezAgentData
.codeExecutionConfig
enableClearHistory?ΒΆ
optional
enableClearHistory:boolean
Defined in: src/waldiez/models/Agent/GroupManager/GroupManagerData.ts:44
humanInputModeΒΆ
humanInputMode:
WaldiezAgentHumanInputMode
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:33
Inherited fromΒΆ
WaldiezAgentData
.humanInputMode
maxConsecutiveAutoReplyΒΆ
maxConsecutiveAutoReply:
null
|number
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:36
Inherited fromΒΆ
WaldiezAgentData
.maxConsecutiveAutoReply
maxRoundΒΆ
maxRound:
null
|number
Defined in: src/waldiez/models/Agent/GroupManager/GroupManagerData.ts:41
modelIdsΒΆ
modelIds:
string
[]
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:39
Inherited fromΒΆ
nestedChatsΒΆ
nestedChats:
WaldiezAgentNestedChat
[]
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:42
Inherited fromΒΆ
parentIdΒΆ
parentId:
null
|string
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:41
Inherited fromΒΆ
sendIntroductions?ΒΆ
optional
sendIntroductions:boolean
Defined in: src/waldiez/models/Agent/GroupManager/GroupManagerData.ts:45
skillsΒΆ
skills:
WaldiezAgentLinkedSkill
[]
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:40
Inherited fromΒΆ
speakersΒΆ
speakers:
WaldiezAgentGroupManagerSpeakers
Defined in: src/waldiez/models/Agent/GroupManager/GroupManagerData.ts:43
systemMessageΒΆ
systemMessage:
null
|string
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:32
Inherited fromΒΆ
WaldiezAgentData
.systemMessage
terminationΒΆ
termination:
WaldiezAgentTerminationMessageCheck
Defined in: src/waldiez/models/Agent/Common/AgentData.ts:37