menu
neomage package
documentation
data/hooks/hook_manager.dart
HookResult
HookResult.new const constructor
HookResult.new const constructor
dark_mode
light_mode
HookResult
constructor
const
HookResult
(
{
bool
shouldContinue
=
true
,
String
?
output
,
String
?
stopReason
,
String
?
systemMessage
,
})
Implementation
const HookResult({ this.shouldContinue = true, this.output, this.stopReason, this.systemMessage, });
neomage package
documentation
data/hooks/hook_manager
HookResult
HookResult.new const constructor
HookResult class