RetrievalToolCall

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
trait Serializable
trait Product
trait Equals
trait ToolCall
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product