Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 767 Bytes

ChatCompletionStreamResponseDelta.md

File metadata and controls

24 lines (18 loc) · 767 Bytes

OpenapiClient::ChatCompletionStreamResponseDelta

Properties

Name Type Description Notes
content String The contents of the chunk message. [optional]
function_call ChatCompletionStreamResponseDeltaFunctionCall [optional]
tool_calls Array<ChatCompletionMessageToolCallChunk> [optional]
role String The role of the author of this message. [optional]

Example

require 'openapi_client'

instance = OpenapiClient::ChatCompletionStreamResponseDelta.new(
  content: null,
  function_call: null,
  tool_calls: null,
  role: null
)