Skip to content

WaldiezAgentRagUserData

@waldiez/react v0.4.7


Defined in: src/waldiez/models/Agent/RagUser/RagUserData.ts:71

Waldiez Rag User 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 retrieve configuration of the agent

SeeΒΆ

ExtendsΒΆ

ConstructorsΒΆ

ConstructorΒΆ

new WaldiezAgentRagUserData(props): WaldiezAgentRagUserData

Defined in: src/waldiez/models/Agent/RagUser/RagUserData.ts:74

ParametersΒΆ
propsΒΆ
agentDefaultAutoReplyΒΆ

null | string

codeExecutionConfigΒΆ

WaldiezAgentCodeExecutionConfig

humanInputModeΒΆ

WaldiezAgentHumanInputMode

maxConsecutiveAutoReplyΒΆ

null | number

modelIdsΒΆ

string[]

nestedChatsΒΆ

WaldiezAgentNestedChat[]

parentIdΒΆ

null | string

retrieveConfigΒΆ

WaldiezRagUserRetrieveConfig

skillsΒΆ

WaldiezAgentLinkedSkill[]

systemMessageΒΆ

null | string

terminationΒΆ

WaldiezAgentTerminationMessageCheck

ReturnsΒΆ

WaldiezAgentRagUserData

OverridesΒΆ

WaldiezAgentData.constructor

PropertiesΒΆ

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


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


modelIdsΒΆ

modelIds: string[]

Defined in: src/waldiez/models/Agent/Common/AgentData.ts:39

Inherited fromΒΆ

WaldiezAgentData.modelIds


nestedChatsΒΆ

nestedChats: WaldiezAgentNestedChat[]

Defined in: src/waldiez/models/Agent/Common/AgentData.ts:42

Inherited fromΒΆ

WaldiezAgentData.nestedChats


parentIdΒΆ

parentId: null | string

Defined in: src/waldiez/models/Agent/Common/AgentData.ts:41

Inherited fromΒΆ

WaldiezAgentData.parentId


retrieveConfigΒΆ

retrieveConfig: WaldiezRagUserRetrieveConfig

Defined in: src/waldiez/models/Agent/RagUser/RagUserData.ts:72


skillsΒΆ

skills: WaldiezAgentLinkedSkill[]

Defined in: src/waldiez/models/Agent/Common/AgentData.ts:40

Inherited fromΒΆ

WaldiezAgentData.skills


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

Inherited fromΒΆ

WaldiezAgentData.termination