Package com.openai.models.beta.responses
Class BetaResponseApplyPatchToolCall.Agent.Builder
-
- All Implemented Interfaces:
public final class BetaResponseApplyPatchToolCall.Agent.BuilderA builder for Agent.
-
-
Method Summary
Modifier and Type Method Description final BetaResponseApplyPatchToolCall.Agent.BuilderagentName(String agentName)The canonical name of the agent that produced this item. final BetaResponseApplyPatchToolCall.Agent.BuilderagentName(JsonField<String> agentName)Sets Builder.agentName to an arbitrary JSON value. final BetaResponseApplyPatchToolCall.Agent.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaResponseApplyPatchToolCall.Agent.BuilderputAdditionalProperty(String key, JsonValue value)final BetaResponseApplyPatchToolCall.Agent.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaResponseApplyPatchToolCall.Agent.BuilderremoveAdditionalProperty(String key)final BetaResponseApplyPatchToolCall.Agent.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaResponseApplyPatchToolCall.Agentbuild()Returns an immutable instance of Agent. -
-
Method Detail
-
agentName
final BetaResponseApplyPatchToolCall.Agent.Builder agentName(String agentName)
The canonical name of the agent that produced this item.
-
agentName
final BetaResponseApplyPatchToolCall.Agent.Builder agentName(JsonField<String> agentName)
Sets Builder.agentName to an arbitrary JSON value.
You should usually call Builder.agentName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaResponseApplyPatchToolCall.Agent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaResponseApplyPatchToolCall.Agent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaResponseApplyPatchToolCall.Agent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaResponseApplyPatchToolCall.Agent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaResponseApplyPatchToolCall.Agent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaResponseApplyPatchToolCall.Agent build()
Returns an immutable instance of Agent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.agentName()
-
-
-
-