Interface IWaldiezSourceGroupManagerData

interface IWaldiezSourceGroupManagerData {
    adminName: null | string;
    agentDefaultAutoReply: null | string;
    agentType: WaldiezAgentNodeType;
    codeExecutionConfig: WaldiezAgentCodeExecutionConfig;
    createdAt: string;
    description: string;
    enableClearHistory?: boolean;
    humanInputMode: WaldiezAgentHumanInputMode;
    maxConsecutiveAutoReply: null | number;
    maxRound: null | number;
    modelIds: string[];
    name: string;
    parentId: null | string;
    requirements: string[];
    sendIntroductions?: boolean;
    skills: WaldiezAgentLinkedSkill[];
    speakers: WaldiezGroupManagerSpeakers;
    systemMessage: null | string;
    tags: string[];
    teachability: WaldiezAgentTeachability;
    termination: WaldiezAgentTerminationMessageCheck;
    updatedAt: string;
}

Hierarchy (View Summary)

Properties

adminName: null | string
agentDefaultAutoReply: null | string
codeExecutionConfig: WaldiezAgentCodeExecutionConfig
createdAt: string
description: string
enableClearHistory?: boolean
maxConsecutiveAutoReply: null | number
maxRound: null | number
modelIds: string[]
name: string
parentId: null | string
requirements: string[]
sendIntroductions?: boolean
systemMessage: null | string
tags: string[]
updatedAt: string