Definition
Namespace:Telerik.Blazor.Components.Common.AIPrompt
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class AIPromptOutputItemDescriptorBase
Inheritance: objectAIPromptOutputItemDescriptorBase
Derived Classes:
Constructors
C#
public AIPromptOutputItemDescriptorBase()
Properties
Defines the CommandId of the output. This property is populated only if the output is related to a command execution.
C#
public string CommandId { get; set; }
Defines the prompt of the output. This property is populated only if the output is related to a prompt request.
C#
public string Prompt { get; set; }
Defines additional prompt context. It will be added after the prompt.
C#
public string PromptContext { get; set; }