MCPcopy Create free account
hub / github.com/cactus-compute/cactus-react-native / handleEmbedText

Function handleEmbedText

example/src/VisionScreen.tsx:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 };
66
67 const handleEmbedText = async () => {
68 setTextEmbedResult(await cactusLM.embed({ text: input }));
69 };
70
71 const handleEmbedImage = async () => {
72 if (!selectedImage) return;

Callers

nothing calls this directly

Calls 1

embedMethod · 0.65

Tested by

no test coverage detected