View Source ExOpenAI.Components.ChatCompletionStreamOptions (ex_openai.ex v1.7.0)

Schema representing a ChatCompletionStreamOptions within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ChatCompletionStreamOptions{
  include_usage: boolean() | nil
}