Type Alias: ChatWrapperGenerateInitialHistoryOptions
ts
type ChatWrapperGenerateInitialHistoryOptions = {
systemPrompt?: string;
};
Defined in: types.ts:307
Properties
systemPrompt?
ts
optional systemPrompt: string;
Defined in: types.ts:308