synthesize method
Produces the final structured output after plan execution.
Implementation
@override
Future<Map<String, dynamic>> synthesize(AiRunContext context) async {
return {
'task': context.goal.task,
'state': context.state,
};
}
Produces the final structured output after plan execution.
@override
Future<Map<String, dynamic>> synthesize(AiRunContext context) async {
return {
'task': context.goal.task,
'state': context.state,
};
}