| 2965 | truncate_inputs?: boolean; |
| 2966 | } |
| 2967 | interface BGEM3InputEmbedding { |
| 2968 | text: string | string[]; |
| 2969 | /** |
| 2970 | * When provided with too long context should the model error out or truncate the context to fit? |
| 2971 | */ |
| 2972 | truncate_inputs?: boolean; |
| 2973 | } |
| 2974 | type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding; |
| 2975 | interface BGEM3OuputQuery { |
| 2976 | response?: { |
nothing calls this directly
no outgoing calls
no test coverage detected