Skip to content

StartScreenOption

type StartScreenOption = {
greeting?: string;
prompts?: StartScreenPrompt[];
};
optional greeting: string;

The greeting text in the new thread view.

'What can I help with today?';

optional prompts: StartScreenPrompt[];

A list of starter prompts to show above the composer input when in the new thread view.