style: fix formatting in api.ts and chat.ts files

This commit is contained in:
dakai
2024-10-06 10:39:58 +08:00
parent 586c4a493d
commit 83cf5f01aa
3 changed files with 2 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ export interface MultimodalContent {
file_url?: {
url: string;
name: string;
tokenCount?: string;
};
}