Type Alias WaldiezAgentNestedChat

WaldiezAgentNestedChat: {
    messages: { id: string; isReply: boolean }[];
    triggeredBy: string[];
}

Type declaration

  • messages: { id: string; isReply: boolean }[]
  • triggeredBy: string[]