add markdown renderer switch
This commit is contained in:
@@ -34,4 +34,6 @@ export type Attachment = {
|
||||
size: number;
|
||||
content: string;
|
||||
}
|
||||
export type ChatParams = Omit<ApiParameters, 'apiPort'>
|
||||
export type ChatParams = Omit<ApiParameters, 'apiPort'> & {
|
||||
markdown: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user