This commit is contained in:
lloydzhou
2024-08-29 00:21:26 +08:00
parent f5209fc344
commit 29b5cd9436
3 changed files with 29 additions and 14 deletions

View File

@@ -30,6 +30,7 @@ import { isDalle3 } from "../utils";
export type ChatMessageTool = {
id: string;
index?: number;
type?: string;
function?: {
name: string;