PromptOptions Class

Configure a prompt to run on a specific workflow type

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class PromptOptions : IMessage<PromptOptions>, 
	IMessage, IEquatable<PromptOptions>, IDeepCloneable<PromptOptions>, 
	IBufferMessage
Inheritance
Object    PromptOptions
Implements
IBufferMessage, IDeepCloneablePromptOptions, IMessage, IMessagePromptOptions, IEquatablePromptOptions

Constructors

PromptOptionsInitializes a new instance of the PromptOptions class
PromptOptions(PromptOptions)Initializes a new instance of the PromptOptions class

Properties

Methods

Fields

GenericPromptFieldNumberField number for the "genericPrompt" field.
QueryImagesPromptFieldNumberField number for the "queryImagesPrompt" field.
QueryTablesPromptFieldNumberField number for the "queryTablesPrompt" field.
ScoreDocumentsPromptFieldNumberField number for the "scoreDocumentsPrompt" field.
ScoreResumesPromptFieldNumberField number for the "scoreResumesPrompt" field.
SummarizePromptFieldNumberField number for the "summarizePrompt" field.
SuperAgentPromptFieldNumberField number for the "superAgentPrompt" field.

See Also