FileSearchToolCall

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
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