FunctionToolCall

sttp.openai.requests.threads.runs.ThreadRunsResponseData.FunctionToolCall
See theFunctionToolCall companion object
case class FunctionToolCall(id: String, `type`: String, function: FunctionCallResult) extends ToolCall

Function tool call

Value parameters

function

The definition of the function that was called.

id

The ID of the tool call object.

type

The type of tool call. This is always going to be function 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