ReasoningStep
Home > @gooddata/sdk-ui-gen-ai > ReasoningStep
ReasoningStep type
Signature:
export type ReasoningStep = {
title: string;
thoughts?: ReasoningThought[];
};
References: ReasoningThought
Home > @gooddata/sdk-ui-gen-ai > ReasoningStep
Signature:
export type ReasoningStep = {
title: string;
thoughts?: ReasoningThought[];
};
References: ReasoningThought