MCPcopy Create free account
hub / github.com/idosal/git-mcp / BGEM3InputEmbedding

Interface BGEM3InputEmbedding

worker-configuration.d.ts:2967–2973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2965 truncate_inputs?: boolean;
2966}
2967interface 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}
2974type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding;
2975interface BGEM3OuputQuery {
2976 response?: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected