SubmitToolOutputsToRun

sttp.openai.requests.threads.runs.ThreadRunsRequestBody.SubmitToolOutputsToRun
See theSubmitToolOutputsToRun companion object
case class SubmitToolOutputsToRun(toolOutputs: Seq[ToolOutput])

Value parameters

toolOutputs

A list of tools for which the outputs are being submitted. For more information please visit: https://platform.openai.com/docs/api-reference/runs/submitToolOutputs

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