Class BetaToolSearchToolSearchResultBlockParam
-
- All Implemented Interfaces:
public final class BetaToolSearchToolSearchResultBlockParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaToolSearchToolSearchResultBlockParam.BuilderA builder for BetaToolSearchToolSearchResultBlockParam.
-
Method Summary
Modifier and Type Method Description final List<BetaToolReferenceBlockParam>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<BetaToolReferenceBlockParam>>_toolReferences()Returns the raw JSON value of toolReferences. final Map<String, JsonValue>_additionalProperties()final BetaToolSearchToolSearchResultBlockParam.BuildertoBuilder()final BetaToolSearchToolSearchResultBlockParamvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaToolSearchToolSearchResultBlockParam.Builderbuilder()Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlockParam. -
-
Method Detail
-
toolReferences
final List<BetaToolReferenceBlockParam> 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<BetaToolReferenceBlockParam>> _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 BetaToolSearchToolSearchResultBlockParam.Builder toBuilder()
-
validate
final BetaToolSearchToolSearchResultBlockParam validate()
-
builder
final static BetaToolSearchToolSearchResultBlockParam.Builder builder()
Returns a mutable builder for constructing an instance of BetaToolSearchToolSearchResultBlockParam.
The following fields are required:
.toolReferences()
-
-
-
-