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).
A paused long-running call awaiting a user-provided response (not a confirmation).