Interface IWaldiezSourceRagUserData

interface IWaldiezSourceRagUserData {
    agentDefaultAutoReply: null | string;
    agentType: WaldiezAgentNodeType;
    codeExecutionConfig: WaldiezAgentCodeExecutionConfig;
    createdAt: string;
    description: string;
    humanInputMode: WaldiezAgentHumanInputMode;
    maxConsecutiveAutoReply: null | number;
    modelIds: string[];
    name: string;
    nestedChats: WaldiezAgentNestedChat[];
    parentId: null | string;
    requirements: string[];
    retrieveConfig: WaldiezRageUserRetrieveConfig;
    skills: WaldiezAgentLinkedSkill[];
    systemMessage: null | string;
    tags: string[];
    teachability: WaldiezAgentTeachability;
    termination: WaldiezAgentTerminationMessageCheck;
    updatedAt: string;
}

Hierarchy (View Summary)

Properties

agentDefaultAutoReply: null | string
codeExecutionConfig: WaldiezAgentCodeExecutionConfig
createdAt: string
description: string
maxConsecutiveAutoReply: null | number
modelIds: string[]
name: string
nestedChats: WaldiezAgentNestedChat[]
parentId: null | string
requirements: string[]
systemMessage: null | string
tags: string[]
updatedAt: string