| 3212 | truncate_inputs?: boolean; |
| 3213 | } |
| 3214 | interface BGEM3InputEmbedding1 { |
| 3215 | text: string | string[]; |
| 3216 | /** |
| 3217 | * When provided with too long context should the model error out or truncate the context to fit? |
| 3218 | */ |
| 3219 | truncate_inputs?: boolean; |
| 3220 | } |
| 3221 | type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding | AsyncResponse; |
| 3222 | interface BGEM3OuputQuery { |
| 3223 | response?: { |
nothing calls this directly
no outgoing calls
no test coverage detected