Package com.anthropic.models.messages
Class DirectCaller
-
- All Implemented Interfaces:
public final class DirectCallerTool invocation directly from the model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDirectCaller.BuilderA builder for DirectCaller.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("direct")final Map<String, JsonValue>_additionalProperties()final DirectCaller.BuildertoBuilder()final DirectCallervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DirectCaller.Builderbuilder()Returns a mutable builder for constructing an instance of DirectCaller. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("direct")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final DirectCaller.Builder toBuilder()
-
validate
final DirectCaller validate()
-
builder
final static DirectCaller.Builder builder()
Returns a mutable builder for constructing an instance of DirectCaller.
-
-
-
-