View Source ExOpenAI.Components.ResponseStreamOptions (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema ResponseStreamOptions.

Type

{:%{}, [], [{{:optional, [], [:include_obfuscation]}, {:boolean, [], []}}]} | any()

Summary

Types

@type t() :: %{optional(:include_obfuscation) => boolean()} | any()