planNotes property

Future<String> Function()? planNotes
final

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;