Required Action
Represents a required action for a run. This is used when the Assistant requests tool calls. In this future, this may be used for other required actions as well.
Inheritors
Types
Properties
Link copied to clipboard
Returns the type of the required action. This is effectively the same as checking the type via Class.isInstance (or instanceof
in java, is
in Kotlin).