StartScreenOption
type StartScreenOption = { greeting?: string; prompts?: StartScreenPrompt[];};
Properties
Section titled “Properties”greeting?
Section titled “greeting?”optional greeting: string;
The greeting text in the new thread view.
Default
Section titled “Default”'What can I help with today?';
prompts?
Section titled “prompts?”optional prompts: StartScreenPrompt[];
A list of starter prompts to show above the composer input when in the new thread view.