SubmitToolOutputsRequiredAction

sttp.openai.requests.threads.runs.ThreadRunsResponseData.SubmitToolOutputsRequiredAction
See theSubmitToolOutputsRequiredAction companion object
case class SubmitToolOutputsRequiredAction(`type`: String, submitToolOutputs: SubmitToolOutputs) extends RequiredAction

Value parameters

submitToolOutputs

Details on the tool outputs needed for this run to continue.

type

For now, this is always submit_tool_outputs.

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