SQLRooms

@sqlrooms/ai / QueryToolResult

Variable: QueryToolResult

const QueryToolResult: ComponentType<ToolRendererProps<QueryToolOutput, { type: "query"; sqlQuery: string; reasoning: string; }>>

Default renderer for query tool results. For custom configuration (showSql, formatValue) use createQueryToolRenderer.