Class WebSearch
Standard web search for grounding and related configurations. Only text results are returned.
public record WebSearch : IEquatable<WebSearch>
- Inheritance
-
WebSearch
- Implements
- Inherited Members
Methods
FromJson(string, JsonSerializerOptions?)
Deserializes a JSON string to a WebSearch object.
public static WebSearch? FromJson(string jsonString, JsonSerializerOptions? options = null)
Parameters
jsonStringstringThe JSON string to deserialize.
optionsJsonSerializerOptionsOptional JsonSerializerOptions.
Returns
- WebSearch
The deserialized WebSearch object, or null if deserialization fails.