Merge branch 'main' into main

This commit is contained in:
Sheng Fan
2024-04-08 16:51:00 +08:00
committed by GitHub
28 changed files with 1758 additions and 177 deletions

View File

@@ -44,6 +44,7 @@ export interface RequestMessage {
}
export interface RequestBody {
chatSessionId: string;
messages: RequestMessage[];
isAzure: boolean;
azureApiVersion?: string;