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