Package com.openai.models.responses
Class ResponseFunctionWebSearch.Builder
-
- All Implemented Interfaces:
public final class ResponseFunctionWebSearch.Builder
A builder for ResponseFunctionWebSearch.
-
-
Method Summary
-
-
Method Detail
-
id
final ResponseFunctionWebSearch.Builder id(String id)
The unique ID of the web search tool call.
-
id
final ResponseFunctionWebSearch.Builder id(JsonField<String> id)
The unique ID of the web search tool call.
-
status
final ResponseFunctionWebSearch.Builder status(ResponseFunctionWebSearch.Status status)
The status of the web search tool call.
-
status
final ResponseFunctionWebSearch.Builder status(JsonField<ResponseFunctionWebSearch.Status> status)
The status of the web search tool call.
-
type
final ResponseFunctionWebSearch.Builder type(JsonValue type)
The type of the web search tool call. Always
web_search_call
.
-
additionalProperties
final ResponseFunctionWebSearch.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseFunctionWebSearch.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseFunctionWebSearch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseFunctionWebSearch.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseFunctionWebSearch.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseFunctionWebSearch build()
-
-
-
-