Cloud AI Platform v1 API - Class GoogleSearchRetrieval (2.27.0)

public sealed class GoogleSearchRetrieval : IMessage<GoogleSearchRetrieval>, IEquatable<GoogleSearchRetrieval>, IDeepCloneable<GoogleSearchRetrieval>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GoogleSearchRetrieval.

Tool to retrieve public web data for grounding, powered by Google.

Inheritance

object > GoogleSearchRetrieval

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GoogleSearchRetrieval()

public GoogleSearchRetrieval()

GoogleSearchRetrieval(GoogleSearchRetrieval)

public GoogleSearchRetrieval(GoogleSearchRetrieval other)
Parameter
NameDescription
otherGoogleSearchRetrieval

Properties

DisableAttribution

public bool DisableAttribution { get; set; }

Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.

Property Value
TypeDescription
bool