view_lsd
Generates a URL for viewing results and visual playback of LSD SQL evaluations, enabling users to analyze and interact with web data transformed into a queryable structure.
Instructions
"Returns a URL to a page where the user can view results as well as a visual playback of LSD SQL evaluation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lsd_sql_code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"lsd_sql_code": {
"title": "Lsd Sql Code",
"type": "string"
}
},
"required": [
"lsd_sql_code"
],
"title": "view_lsdArguments",
"type": "object"
}