We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c26bc0 commit b027990Copy full SHA for b027990
apps/postgres-new/components/chat.tsx
@@ -37,6 +37,7 @@ export function getInitialMessages(tables: TablesData): Message[] {
37
content: '',
38
toolInvocations: [
39
{
40
+ state: 'result',
41
toolCallId: generateId(),
42
toolName: 'getDatabaseSchema',
43
args: {},
@@ -216,6 +217,7 @@ export default function Chat() {
216
217
218
219
220
221
222
toolName: 'requestCsv',
223
apps/postgres-new/lib/hooks.ts
@@ -48,6 +48,7 @@ export function useReportSuggestions({ enabled = true }: UseReportSuggestionsOpt
48
49
50
51
52
53
54
0 commit comments