MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / getEmbeddings

Function getEmbeddings

out/cli.cjs:78467–78470  ·  view source on GitHub ↗
(context, deploymentId, body, options = { requestOptions: {} })

Source from the content-addressed store, hash-verified

78465 index: p4["index"]
78466 })),
78467 usage: {
78468 promptTokens: result.body.usage["prompt_tokens"],
78469 totalTokens: result.body.usage["total_tokens"]
78470 }
78471 };
78472}
78473async function getEmbeddings(context, deploymentId, body, options = { requestOptions: {} }) {

Callers 1

getEmbeddingsMethod · 0.85

Calls 2

_getEmbeddingsSendFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…