Skip to content

Commit c4f7873

Browse files
committed
fix schema
1 parent e9cb515 commit c4f7873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/openapi.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ declare namespace Components {
3939
presencePenalty: number;
4040
/**
4141
* example:
42-
* text
42+
* TEXT
4343
*/
44-
responseFormat: "text" | "json";
44+
responseFormat: "TEXT" | "JSON";
4545
/**
4646
* example:
4747
* 1

0 commit comments

Comments
 (0)