ToolOutput

sttp.openai.requests.threads.runs.ThreadRunsRequestBody.ToolOutput
See theToolOutput companion object
case class ToolOutput(toolCallId: Option[String], output: String)

Value parameters

output

The output of the tool call to be submitted to continue the run.

toolCallId

The ID of the tool call in the required_action object within the run object the output is being submitted for.

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