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