interface TaskGroupOptions {
    chatCtx?: ChatContext;
    onTaskCompleted?: ((event) => Promise<void>);
    returnExceptions?: boolean;
    summarizeChatCtx?: boolean;
}

Properties

chatCtx?: ChatContext
onTaskCompleted?: ((event) => Promise<void>)

Type declaration

returnExceptions?: boolean
summarizeChatCtx?: boolean