We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acffda commit 9efe126Copy full SHA for 9efe126
src/api/types.ts
@@ -2916,7 +2916,7 @@ export interface TaskFailure {
2916
export type TaskId = string | integer
2917
2918
export interface TextEmbedding {
2919
- model_id: string
+ model_id?: string
2920
model_text: string
2921
}
2922
src/api/typesWithBodyKey.ts
@@ -2993,7 +2993,7 @@ export interface TaskFailure {
2993
2994
2995
2996
2997
2998
2999
0 commit comments