FunctionCallResult

sttp.openai.requests.threads.runs.ThreadRunsResponseData.FunctionCallResult
See theFunctionCallResult companion object
case class FunctionCallResult(name: String, arguments: String, output: Option[String])

The definition of the function that was called

Value parameters

arguments

The arguments passed to the function.

name

The name of the function.

output

The output of the function. This will be null if the outputs have not been submitted yet.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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