use_trip
Trigger a specific trip on LSD by its identifier to interact with real-world data through the LSD SQL language, enabling efficient querying and data integration.
Instructions
Invokes a trip on LSD based on its identifier using the [ACCORDING TO] keywords.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
trip_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"trip_identifier": {
"title": "Trip Identifier",
"type": "string"
}
},
"required": [
"trip_identifier"
],
"title": "use_tripArguments",
"type": "object"
}