menu
llama_cpp_flutter package
documentation
orchestration.dart
SnapshotSavedEvent
SnapshotSavedEvent.new const constructor
SnapshotSavedEvent.new const constructor
dark_mode
light_mode
SnapshotSavedEvent
constructor
const
SnapshotSavedEvent
(
{
required
String
agentId
,
required
int
tokens
,
})
Creates the event.
Implementation
const SnapshotSavedEvent({required this.agentId, required this.tokens});
llama_cpp_flutter package
documentation
orchestration
SnapshotSavedEvent
SnapshotSavedEvent.new const constructor
SnapshotSavedEvent class