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

Schema representing a RunStepDetailsToolCallsFileSearchResultObject within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RunStepDetailsToolCallsFileSearchResultObject{
  content: [%{text: String.t(), type: :text}] | nil,
  file_id: String.t(),
  file_name: String.t(),
  score: float()
}