Skip to content

defaultGroupChatSpeakers

@waldiez/react v0.5.0


const defaultGroupChatSpeakers: object

Defined in: src/waldiez/models/Agent/GroupManager/GroupSpeakers.ts:17

Default configuration for group chat speakers.

Type declarationΒΆ

allowedOrDisallowedTransitionsΒΆ

allowedOrDisallowedTransitions: object = {}

allowRepeatΒΆ

allowRepeat: boolean = true

maxRetriesForSelectingΒΆ

maxRetriesForSelecting: null = null

orderΒΆ

order: never[] = []

selectionCustomMethodΒΆ

selectionCustomMethod: string = ""

selectionMethodΒΆ

selectionMethod: GroupChatSpeakerSelectionMethodOption

selectionModeΒΆ

selectionMode: GroupChatSpeakerSelectionMode

transitionsTypeΒΆ

transitionsType: GroupChatSpeakerTransitionsType

SeeΒΆ