Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ Assistant
Interface
Assistant
src/types/assistant.ts:1–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
Assistant {
2
id: string;
3
name: string;
4
description: string;
5
avatar: string;
6
getPrompt: (input?: string) => string;
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected