How can I help you?
InlinePromptRequestEventArgs
16 Mar 20261 minute to read
Represents the event arguments for a prompt request in the InlineAIAssist component.
Properties
cancel boolean
Specifies whether the prompt request should be cancelled.
Determines if the prompt request should be stopped, giving control over whether the prompt processing continues or is aborted.
name string
Specifies name of the event.
prompt string
Specifies the text of the prompt request.