MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / getIntroText

Function getIntroText

lib/prompts/chatBot.ts:283–287  ·  view source on GitHub ↗
(orgInfo: { name: string; description: string })

Source from the content-addressed store, hash-verified

281}
282
283export function getIntroText(orgInfo: { name: string; description: string }) {
284 return `You are ${orgInfo.name || "a"} chatbot AI${
285 orgInfo.description ? ". " + orgInfo.description : ""
286 }`;
287}
288
289function systemPromptWithActions(
290 userDescriptionSection: string,

Callers 7

getDataAnalysisPromptFunction · 0.90
chatToDocsPromptFunction · 0.70
simpleChatPromptFunction · 0.70
systemPromptWithActionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected