RunStepBingCustomSearchToolCall Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. RunStepToolCall - com.
azure. ai. agents. persistent. models. RunStepBingCustomSearchToolCall
- com.
- com.
public final class RunStepBingCustomSearchToolCall
extends RunStepToolCall
A record of a call to a bing custom search tool, issued by the model in evaluation of a defined tool, that represents executed search with bing custom search.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
Map<String,String> |
getBingCustomSearch()
Get the bing |
String |
getType()
Get the type property: The object type. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from RunStepToolCall
Methods inherited from java.lang.Object
Method Details
fromJson
public static RunStepBingCustomSearchToolCall fromJson(JsonReader jsonReader)
Reads an instance of RunStepBingCustomSearchToolCall from the JsonReader.
Parameters:
Returns:
Throws:
getBingCustomSearch
public Map<String,String> getBingCustomSearch()
Get the bingCustomSearch property: Reserved for future use.
Returns:
getType
public String getType()
Get the type property: The object type.
Overrides:
RunStepBingCustomSearchToolCall.getType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RunStepBingCustomSearchToolCall.toJson(JsonWriter jsonWriter)Parameters:
Throws: