Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlchat/sqlchat
/ getPromptGeneratorOfAssistant
Function
getPromptGeneratorOfAssistant
src/store/assistant.ts:18–20 ·
view source on GitHub ↗
(assistant: Assistant)
Source
from the content-addressed store, hash-verified
16
};
17
18
export
const
getPromptGeneratorOfAssistant = (assistant: Assistant) => {
19
return
assistant.getPrompt;
20
};
Callers
2
getPrompt
Function · 0.90
sendMessageToCurrentConversation
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected