sttp.openai.requests.threads.runs.ThreadRunsResponseData.RetrievalToolCall
See theRetrievalToolCall companion object
case class RetrievalToolCall(id: String, `type`: String, retrieval: Map[String, String]) extends ToolCall
Retrieval tool call
Value parameters
- id
-
The ID of the tool call object.
- retrieval
-
For now, this is always going to be an empty object.
- type
-
The type of tool call. This is always going to be retrieval for this type of tool call.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article