View Source ExOpenAI.Components.FunctionToolCallOutputResource (ex_openai.ex v1.8.0)

Schema representing a FunctionToolCallOutputResource within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.FunctionToolCallOutputResource{
  id: String.t(),
  status: (:incomplete | :completed | :in_progress) | nil
}