RequiredAction

@Serializable
sealed interface RequiredAction

Details on the action required to continue the run.

Inheritors

Types

Link copied to clipboard
@Serializable
@SerialName(value = "submit_tool_outputs")
class SubmitToolOutputs(val toolOutputs: ToolOutputs) : RequiredAction