sttp.openai.requests.threads.runs.ThreadRunsResponseData.FileSearchToolCall
See theFileSearchToolCall companion object
case class FileSearchToolCall(id: String, `type`: String, fileSearch: Map[String, String]) extends ToolCall
FileSearch tool call
Value parameters
- fileSearch
-
For now, this is always going to be an empty object.
- 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