Type alias BaseChatParam

BaseChatParam: string | {
    text: string;
}

Type declaration

  • text: string

Generated using TypeDoc