Interface GenericItemMessageOptions

Options that control additional features available for a message item.

interface GenericItemMessageOptions {
    chain_of_thought?: ChainOfThoughtStep[];
    feedback?: GenericItemMessageFeedbackOptions;
}

Properties

chain_of_thought?: ChainOfThoughtStep[]

Controls the display of chain of thought component. This API is in beta and is subject to change.

Controls the display of a feedback options (thumbs up/down) for a message item.

MMNEPVFCICPMFPCPTTAAATR