Class BetaManagedAgentsDeploymentSystemMessageEvent
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeploymentSystemMessageEventPrivileged context for the accompanying turn and all subsequent turns, appended to the session's system context as a
role: "system"turn rather than replacing the top-level system prompt.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsDeploymentSystemMessageEvent.BuilderA builder for BetaManagedAgentsDeploymentSystemMessageEvent.
public final classBetaManagedAgentsDeploymentSystemMessageEvent.Type
-
Method Summary
Modifier and Type Method Description final List<BetaManagedAgentsSystemContentBlock>content()System content blocks to append. final BetaManagedAgentsDeploymentSystemMessageEvent.Typetype()final JsonField<List<BetaManagedAgentsSystemContentBlock>>_content()Returns the raw JSON value of content. final JsonField<BetaManagedAgentsDeploymentSystemMessageEvent.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsDeploymentSystemMessageEvent.BuildertoBuilder()final BetaManagedAgentsDeploymentSystemMessageEventvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsDeploymentSystemMessageEvent.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsDeploymentSystemMessageEvent. -
-
Method Detail
-
content
final List<BetaManagedAgentsSystemContentBlock> content()
System content blocks to append. Text-only.
-
type
final BetaManagedAgentsDeploymentSystemMessageEvent.Type type()
-
_content
final JsonField<List<BetaManagedAgentsSystemContentBlock>> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsDeploymentSystemMessageEvent.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsDeploymentSystemMessageEvent.Builder toBuilder()
-
validate
final BetaManagedAgentsDeploymentSystemMessageEvent 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 BetaManagedAgentsDeploymentSystemMessageEvent.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsDeploymentSystemMessageEvent.
The following fields are required:
.content() .type()
-
-
-
-