autoHandleUrlElicitationRequired property

bool get autoHandleUrlElicitationRequired

Whether or not tool calls which fail due to a urlElicitationRequired error should be automatically retried after a successful elicitation using the provided URL.

This requires servers to send elicitation complete notifications or else the tool call will never complete.

Implementation

bool get autoHandleUrlElicitationRequired => true;