Package com.openai.models.responses
Class ToolChoiceAllowed.Tool
-
- All Implemented Interfaces:
public final class ToolChoiceAllowed.Tool
A tool definition that the model should be allowed to call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ToolChoiceAllowed.Tool.Builder
A builder for Tool.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>
_additionalProperties()
final ToolChoiceAllowed.Tool.Builder
toBuilder()
final ToolChoiceAllowed.Tool
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ToolChoiceAllowed.Tool.Builder
builder()
Returns a mutable builder for constructing an instance of Tool. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ToolChoiceAllowed.Tool.Builder toBuilder()
-
validate
final ToolChoiceAllowed.Tool validate()
-
builder
final static ToolChoiceAllowed.Tool.Builder builder()
Returns a mutable builder for constructing an instance of Tool.
-
-
-
-