QuickPromptRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/QuickPromptRequestBody.jsonpromptstringrequired
Prompt to send to the model
QuickPromptRequestBody
{
"$schema": "https://example.com/schemas/QuickPromptRequestBody.json",
"prompt": "string"
}