Snowflake · Schema

StreamingCompleteResponseDataEvent

Streaming text-completion response event.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
choices array
View JSON Schema on GitHub

JSON Schema

cortex-inference-streaming-complete-response-data-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StreamingCompleteResponseDataEvent",
  "type": "object",
  "description": "Streaming text-completion response event.",
  "properties": {
    "choices": {
      "type": "array"
    }
  }
}