sttp.openai.requests.threads.runs.ThreadRunsResponseData.FileSearchToolCall
See theFileSearchToolCall companion object
case class FileSearchToolCall(id: String, `type`: String, fileSearch: Option[FileSearch]) extends ToolCall
FileSearch tool call
Value parameters
- fileSearch
-
According to https://platform.openai.com/docs/api-reference/run-steps/step-object It should be map: "For now, this is always going to be an empty object." Actually, it has two fields: "ranking_options" and "results"
- id
-
The ID of the tool call object.
- type
-
The type of tool call. This is always going to be file_search for this type of tool call.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article