public sealed class AugmentPromptResponse : IMessage<AugmentPromptResponse>, IEquatable<AugmentPromptResponse>, IDeepCloneable<AugmentPromptResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AugmentPromptResponse.
Response message for AugmentPrompt.
Implements
IMessageAugmentPromptResponse, IEquatableAugmentPromptResponse, IDeepCloneableAugmentPromptResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AugmentPromptResponse()
public AugmentPromptResponse()AugmentPromptResponse(AugmentPromptResponse)
public AugmentPromptResponse(AugmentPromptResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AugmentPromptResponse |
Properties
AugmentedPrompt
public RepeatedField<Content> AugmentedPrompt { get; }Augmented prompt, only text format is supported for now.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldContent |
|
Facts
public RepeatedField<Fact> Facts { get; }Retrieved facts from RAG data sources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFact |
|