PendingInputRequest

data class PendingInputRequest(val callId: String, val toolName: String, val options: List<String>?)

A paused long-running call awaiting a user-provided response (not a confirmation).

Constructors

Link copied to clipboard
constructor(callId: String, toolName: String, options: List<String>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard