interface ChatMinimaxCallOptions {
    botSetting?: BotSetting[];
    defaultBotName?: string;
    defaultUserName?: string;
    plugins?: string[];
    replyConstraints?: ReplyConstraints;
    sampleMessages?: BaseMessage[];
    tools?: StructuredToolInterface<ZodObject<any, any, any, any, {}>>[];
}

Hierarchy

  • BaseFunctionCallOptions
    • ChatMinimaxCallOptions

Properties

botSetting?: BotSetting[]
defaultBotName?: string
defaultUserName?: string
plugins?: string[]
replyConstraints?: ReplyConstraints
sampleMessages?: BaseMessage[]
tools?: StructuredToolInterface<ZodObject<any, any, any, any, {}>>[]

Generated using TypeDoc