SQLRooms
@sqlrooms/ai / QueryToolResult
Variable: QueryToolResult
constQueryToolResult:ComponentType<ToolRendererProps<QueryToolOutput, {type:"query";sqlQuery:string;reasoning:string; }>>
Default renderer for query tool results. For custom configuration (showSql, formatValue) use createQueryToolRenderer.