Generate SQL based on the given text input and schemas.
Documentation Index
Fetch the complete documentation index at: https://domoinc-openapi-sync-documents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Domo Developer Token for authentication.
The input text to send to the model.
The ID of the model to use.
Additional model-specific configuration key-value pairs (e.g., temperature).
{ "temperature": 0.7, "max_tokens": 1024 }A prompt template object. The 'template' string should contain placeholders.
Custom parameters to inject into the prompt template.
{ "language": "Japanese" }The system message to use.