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