InlineAIPromptOutputInterface
Interface
Definition
Package:@progress/kendo-react-conversational-ui
Properties
id
string | number
Example usage of the id property:
jsx
const output = { id: 1, responseContent: 'Generated content' };
prompt?
string
Example usage of the prompt property:
jsx
const output = { prompt: 'User prompt', responseContent: 'Generated content' };
responseContent
string
Example usage of the responseContent property:
jsx
const output = { responseContent: 'Generated content' };