Keboola · Schema

PromptResponse

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
response string Generated response
correlationId string Correlation ID for tracking
View JSON Schema on GitHub

JSON Schema

keboola-promptresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PromptResponse",
  "type": "object",
  "required": [
    "response",
    "correlationId"
  ],
  "properties": {
    "response": {
      "type": "string",
      "description": "Generated response"
    },
    "correlationId": {
      "type": "string",
      "description": "Correlation ID for tracking"
    }
  }
}