Skip to content

WaldiezAgentCommonData

@waldiez/react v0.4.7


WaldiezAgentCommonData = object

Defined in: src/waldiez/models/Agent/Common/types.ts:94

Waldiez agent common (for all agent types) data.

ParamΒΆ

The name

ParamΒΆ

The description

ParamΒΆ

The parent id

ParamΒΆ

The agent type

ParamΒΆ

The system message

ParamΒΆ

The human input mode

ParamΒΆ

The code execution configuration

ParamΒΆ

The agent default auto reply

ParamΒΆ

The max consecutive auto reply

ParamΒΆ

The termination message check

ParamΒΆ

The nested chats

ParamΒΆ

The model ids

ParamΒΆ

The linked skills

ParamΒΆ

The tags

ParamΒΆ

The requirements

ParamΒΆ

The created at date

ParamΒΆ

The updated at date

PropertiesΒΆ

agentDefaultAutoReplyΒΆ

agentDefaultAutoReply: string | null

Defined in: src/waldiez/models/Agent/Common/types.ts:102


agentTypeΒΆ

agentType: WaldiezNodeAgentType

Defined in: src/waldiez/models/Agent/Common/types.ts:98


codeExecutionConfigΒΆ

codeExecutionConfig: WaldiezAgentCodeExecutionConfig

Defined in: src/waldiez/models/Agent/Common/types.ts:101


createdAtΒΆ

createdAt: string

Defined in: src/waldiez/models/Agent/Common/types.ts:112


descriptionΒΆ

description: string

Defined in: src/waldiez/models/Agent/Common/types.ts:96


humanInputModeΒΆ

humanInputMode: WaldiezAgentHumanInputMode

Defined in: src/waldiez/models/Agent/Common/types.ts:100


maxConsecutiveAutoReplyΒΆ

maxConsecutiveAutoReply: number | null

Defined in: src/waldiez/models/Agent/Common/types.ts:103


modelIdsΒΆ

modelIds: string[]

Defined in: src/waldiez/models/Agent/Common/types.ts:107


nameΒΆ

name: string

Defined in: src/waldiez/models/Agent/Common/types.ts:95


nestedChatsΒΆ

nestedChats: WaldiezAgentNestedChat[]

Defined in: src/waldiez/models/Agent/Common/types.ts:105


parentIdΒΆ

parentId: string | undefined | null

Defined in: src/waldiez/models/Agent/Common/types.ts:97


requirementsΒΆ

requirements: string[]

Defined in: src/waldiez/models/Agent/Common/types.ts:111


skillsΒΆ

skills: WaldiezAgentLinkedSkill[]

Defined in: src/waldiez/models/Agent/Common/types.ts:108


systemMessageΒΆ

systemMessage: string | null

Defined in: src/waldiez/models/Agent/Common/types.ts:99


tagsΒΆ

tags: string[]

Defined in: src/waldiez/models/Agent/Common/types.ts:110


terminationΒΆ

termination: WaldiezAgentTerminationMessageCheck

Defined in: src/waldiez/models/Agent/Common/types.ts:104


updatedAtΒΆ

updatedAt: string

Defined in: src/waldiez/models/Agent/Common/types.ts:113