ThinkingSummaries

public final class ThinkingSummaries implements Enum

Whether to include thought summaries in the response.

Types

Link copied to clipboard

An enum containing ThinkingSummaries's known values.

Link copied to clipboard

An enum containing ThinkingSummaries's known values, as well as an _UNKNOWN member.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public final JsonField<String> _value()

Returns this class instance's raw value.

Link copied to clipboard
public final String asString()

Returns this class instance's primitive wire representation.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard

Returns an enum member corresponding to this class instance's value.

Link copied to clipboard
public final static GenerationConfig.ThinkingSummaries of(String value)
Link copied to clipboard
public String toString()
Link copied to clipboard
Link copied to clipboard

Returns an enum member corresponding to this class instance's value, or Value._UNKNOWN if the class was instantiated with an unknown value.