Package com.openai.models.beta.responses
Class BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.Builder
-
- All Implemented Interfaces:
public final class BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.BuilderA builder for PromptCacheBreakpoint.
-
-
Method Summary
-
-
Method Detail
-
mode
final BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.Builder mode(JsonValue mode)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("explicit")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaResponseOutputItem.AgentMessage.Content.ComputerScreenshot.PromptCacheBreakpoint build()
Returns an immutable instance of PromptCacheBreakpoint.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-