Type Alias: ChatWrapperGenerateInitialHistoryOptions
ts
type ChatWrapperGenerateInitialHistoryOptions = {
systemPrompt: string;
};
Defined in: types.ts:107
Type declaration
systemPrompt?
ts
optional systemPrompt: string;