MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / serializeOnYourDataModelIdVectorizationSource

Function serializeOnYourDataModelIdVectorizationSource

out/cli.cjs:77888–77890  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

77886 type: obj["type"],
77887 endpoint: obj["endpoint"],
77888 authentication: serializeOnYourDataAuthenticationOptionsUnion(obj.authentication)
77889 };
77890}
77891function serializeOnYourDataDeploymentNameVectorizationSource(obj) {
77892 return { type: obj["type"], deployment_name: obj["deploymentName"] };
77893}

Calls

no outgoing calls

Tested by

no test coverage detected