Search results

PromptModel API in React Ai Assistview API component

Interface for a class Prompt

Properties

isResponseHelpful

boolean

Indicates if the response is considered helpful. Represents the state of whether the generated response is useful or not.

prompt

string

Specifies the prompt text. Represents the text used for prompting user input.

response

string

Specifies the response associated with the prompt. Represents the text that provides the response to the prompt.