Skip to content

WaldiezChatData

@waldiez/react v0.4.7


Defined in: src/waldiez/models/Chat/ChatData.ts:36

Waldiez Chat Data

ParamΒΆ

The source

ParamΒΆ

The target

ParamΒΆ

The name of the chat

ParamΒΆ

The description of the chat

ParamΒΆ

Clear history

ParamΒΆ

The maximum turns

ParamΒΆ

The summary

ParamΒΆ

The position

ParamΒΆ

The order

ParamΒΆ

The message

ParamΒΆ

The nested chat

ParamΒΆ

The prerequisites (chat ids) for async mode

ParamΒΆ

The maximum rounds

ParamΒΆ

The after work

ParamΒΆ

The flow after work

ParamΒΆ

The context variables

ParamΒΆ

The available for handoff condition

ParamΒΆ

The real source (overrides source)

ParamΒΆ

The real target (overrides target)

SeeΒΆ

ConstructorsΒΆ

ConstructorΒΆ

new WaldiezChatData(props): WaldiezChatData

Defined in: src/waldiez/models/Chat/ChatData.ts:62

ParametersΒΆ
propsΒΆ
afterWorkΒΆ

null | WaldiezSwarmAfterWork

availableΒΆ

WaldiezSwarmOnConditionAvailable

clearHistoryΒΆ

boolean

contextVariablesΒΆ

{[key: string]: string; }

descriptionΒΆ

string

flowAfterWorkΒΆ

null | WaldiezSwarmAfterWork

maxRoundsΒΆ

number

maxTurnsΒΆ

null | number

messageΒΆ

WaldiezMessage

nameΒΆ

string

nestedChatΒΆ

WaldiezNestedChat

orderΒΆ

number

positionΒΆ

number

prerequisitesΒΆ

string[]

realSourceΒΆ

null | string

realTargetΒΆ

null | string

sourceΒΆ

string

summaryΒΆ

WaldiezChatSummary

targetΒΆ

string

ReturnsΒΆ

WaldiezChatData

PropertiesΒΆ

afterWorkΒΆ

afterWork: null | WaldiezSwarmAfterWork

Defined in: src/waldiez/models/Chat/ChatData.ts:53


availableΒΆ

available: WaldiezSwarmOnConditionAvailable

Defined in: src/waldiez/models/Chat/ChatData.ts:56


clearHistoryΒΆ

clearHistory: boolean

Defined in: src/waldiez/models/Chat/ChatData.ts:43


contextVariablesΒΆ

contextVariables: object = {}

Defined in: src/waldiez/models/Chat/ChatData.ts:55

Index SignatureΒΆ

[key: string]: string


descriptionΒΆ

description: string

Defined in: src/waldiez/models/Chat/ChatData.ts:40


flowAfterWorkΒΆ

flowAfterWork: null | WaldiezSwarmAfterWork

Defined in: src/waldiez/models/Chat/ChatData.ts:54


maxRoundsΒΆ

maxRounds: number

Defined in: src/waldiez/models/Chat/ChatData.ts:52


maxTurnsΒΆ

maxTurns: null | number

Defined in: src/waldiez/models/Chat/ChatData.ts:45


messageΒΆ

message: WaldiezMessage

Defined in: src/waldiez/models/Chat/ChatData.ts:44


nameΒΆ

name: string

Defined in: src/waldiez/models/Chat/ChatData.ts:39


nestedChatΒΆ

nestedChat: object

Defined in: src/waldiez/models/Chat/ChatData.ts:47

messageΒΆ

message: null | WaldiezMessage

replyΒΆ

reply: null | WaldiezMessage


orderΒΆ

order: number

Defined in: src/waldiez/models/Chat/ChatData.ts:42


positionΒΆ

position: number

Defined in: src/waldiez/models/Chat/ChatData.ts:41


prerequisitesΒΆ

prerequisites: string[] = []

Defined in: src/waldiez/models/Chat/ChatData.ts:51


realSourceΒΆ

realSource: null | string = null

Defined in: src/waldiez/models/Chat/ChatData.ts:60


realTargetΒΆ

realTarget: null | string = null

Defined in: src/waldiez/models/Chat/ChatData.ts:61


sourceΒΆ

source: string

Defined in: src/waldiez/models/Chat/ChatData.ts:37


summaryΒΆ

summary: WaldiezChatSummary

Defined in: src/waldiez/models/Chat/ChatData.ts:46


targetΒΆ

target: string

Defined in: src/waldiez/models/Chat/ChatData.ts:38