CacheSafeParams constructor
CacheSafeParams({})
Implementation
CacheSafeParams({
required this.systemPrompt,
required this.userContext,
required this.systemContext,
required this.toolUseContext,
required this.forkContextMessages,
});