ClassAIPromptPromptRequestEventArgsBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common.AIPrompt
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptPromptRequestEventArgsBase
Inheritance: objectAIPromptPromptRequestEventArgsBase
Derived Classes:
Constructors
AIPromptPromptRequestEventArgsBase()
Declaration
cs-api-definition
public AIPromptPromptRequestEventArgsBase()
Properties
IsCancelled
Can cancel the request event.
Output
Output should be populated by the user of the component.
Prompt
Prompt of the request.
PromptContext
Additional prompt context. It will be added after the prompt.
Request
Specifies a default request object if a component that uses the AI Prompt can populate it, e.g. the Grid. Not applicable in other cases.
Response
Specifies the result of an AI request that can be processed by another component that uses the AI prompt, e.g. the Grid. This is usually the text content of an AI service call. Not applicable in other cases.