Package com.openai.models.beta.responses
Class BetaResponseFileSearchToolCall.Agent.Builder
-
- All Implemented Interfaces:
public final class BetaResponseFileSearchToolCall.Agent.BuilderA builder for Agent.
-
-
Method Summary
Modifier and Type Method Description final BetaResponseFileSearchToolCall.Agent.BuilderagentName(String agentName)The canonical name of the agent that produced this item. final BetaResponseFileSearchToolCall.Agent.BuilderagentName(JsonField<String> agentName)Sets Builder.agentName to an arbitrary JSON value. final BetaResponseFileSearchToolCall.Agent.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaResponseFileSearchToolCall.Agent.BuilderputAdditionalProperty(String key, JsonValue value)final BetaResponseFileSearchToolCall.Agent.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaResponseFileSearchToolCall.Agent.BuilderremoveAdditionalProperty(String key)final BetaResponseFileSearchToolCall.Agent.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaResponseFileSearchToolCall.Agentbuild()Returns an immutable instance of Agent. -
-
Method Detail
-
agentName
final BetaResponseFileSearchToolCall.Agent.Builder agentName(String agentName)
The canonical name of the agent that produced this item.
-
agentName
final BetaResponseFileSearchToolCall.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 BetaResponseFileSearchToolCall.Agent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaResponseFileSearchToolCall.Agent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaResponseFileSearchToolCall.Agent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaResponseFileSearchToolCall.Agent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaResponseFileSearchToolCall.Agent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaResponseFileSearchToolCall.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()
-
-
-
-