elicitationCompleteMethod top-level constant
Notification sent by the agent when a URL-based elicitation is complete.
Implementation
const AcpMethodDescriptor<CompleteElicitationNotification, AcpNoResult>
elicitationCompleteMethod =
AcpMethodDescriptor<CompleteElicitationNotification, AcpNoResult>(
name: 'elicitation/complete',
dartName: 'elicitationComplete',
protocol: AcpProtocolGeneration.v2,
stability: AcpMethodStability.draft,
direction: AcpMethodDirection.agentToClient,
kind: AcpMethodKind.notification,
paramsDefinition: 'CompleteElicitationNotification',
paramsCodec: completeElicitationNotificationCodec,
resultCodec: acpNoResultCodec,
resultDefinition: null,
capabilityPath: 'capabilities.elicitation.url',
documentation:
'Notification sent by the agent when a URL-based elicitation is complete.',
);