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

Schema representing a ThreadStreamEvent within the OpenAI API

            Use any of these components: [%{"data" => {:component, "ThreadObject"}, "event" => {:enum, [:"thread.created"]}}]

Summary

Types

@type t() :: %{data: ExOpenAI.Components.ThreadObject.t(), event: :"thread.created"}