Class BetaToolSearchToolSearchResultBlock
-
- All Implemented Interfaces:
public final class BetaToolSearchToolSearchResultBlock
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaToolSearchToolSearchResultBlock.BuilderA builder for BetaToolSearchToolSearchResultBlock.
-
Method Summary
Modifier and Type Method Description final BetaToolSearchToolSearchResultBlockParamtoParam()final List<BetaToolReferenceBlock>toolReferences()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("tool_search_tool_search_result")final JsonField<List<BetaToolReferenceBlock>>_toolReferences()Returns the raw JSON value of toolReferences. final Map<String, JsonValue>_additionalProperties()final BetaToolSearchToolSearchResultBlock.BuildertoBuilder()final BetaToolSearchToolSearchResultBlockvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaToolSearchToolSearchResultBlock.Builderbuilder()Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlock. -
-
Method Detail
-
toParam
final BetaToolSearchToolSearchResultBlockParam toParam()
-
toolReferences
final List<BetaToolReferenceBlock> toolReferences()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("tool_search_tool_search_result")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_toolReferences
final JsonField<List<BetaToolReferenceBlock>> _toolReferences()
Returns the raw JSON value of toolReferences.
Unlike toolReferences, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaToolSearchToolSearchResultBlock.Builder toBuilder()
-
validate
final BetaToolSearchToolSearchResultBlock validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaToolSearchToolSearchResultBlock.Builder builder()
Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlock.
The following fields are required:
.toolReferences()
-
-
-
-