ClassAIPromptOutputItemDescriptorBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common.AIPrompt
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptOutputItemDescriptorBase
Inheritance: objectAIPromptOutputItemDescriptorBase
Derived Classes:
Constructors
AIPromptOutputItemDescriptorBase()
Declaration
cs-api-definition
public AIPromptOutputItemDescriptorBase()
Properties
CommandId
Defines the CommandId of the output. This property is populated only if the output is related to a command execution.
Output
Defines the output from the request.
Prompt
Defines the prompt of the output. This property is populated only if the output is related to a prompt request.
PromptContext
Defines additional prompt context. It will be added after the prompt.