sendToolApprovalStream abstract method

Stream<String> sendToolApprovalStream(
  1. ToolApprovalDecision decision
)

Answers pendingToolApproval with decision and resumes the run, streaming the continuation of the response text.

Implementation

Stream<String> sendToolApprovalStream(ToolApprovalDecision decision);