New to KendoReactStart a free 30-day trial

InlineAIPromptOutputInterface
Premium

NameTypeDefaultDescription

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' };
Not finding the help you need?
Contact Support