planNotes property
Reads the user's free-text notes when they choose PlanApproval.talk, so
the agent can revise the plan. null (or empty) provides no guidance.
Implementation
final Future<String> Function()? planNotes;
Reads the user's free-text notes when they choose PlanApproval.talk, so
the agent can revise the plan. null (or empty) provides no guidance.
final Future<String> Function()? planNotes;