MCPcopy Index your code
hub / github.com/simstudioai/sim / storeCuratedPrompt

Function storeCuratedPrompt

apps/sim/blocks/integration-matcher.ts:116–118  ·  view source on GitHub ↗
(prompt: string)

Source from the content-addressed store, hash-verified

114 * problem).
115 */
116export function storeCuratedPrompt(prompt: string): boolean {
117 return LandingPromptStorage.store(mentionifyIntegrations(prompt))
118}
119
120/**
121 * Lazily builds (once per session) and returns all known integrations sorted

Callers 3

ShowcaseWithExploreFunction · 0.90
handleAddInChatFunction · 0.90
handleSelectFunction · 0.90

Calls 2

mentionifyIntegrationsFunction · 0.85
storeMethod · 0.45

Tested by

no test coverage detected