MCPcopy Create free account
hub / github.com/fontsource/fontsource / BGEM3InputEmbedding1

Interface BGEM3InputEmbedding1

website/worker-configuration.d.ts:3214–3220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3212 truncate_inputs?: boolean;
3213}
3214interface 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}
3221type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding | AsyncResponse;
3222interface BGEM3OuputQuery {
3223 response?: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected