AgentResponseError constructor

AgentResponseError({
  1. required RequestId id,
  2. required AcpError error,
})

Implementation

AgentResponseError({required this.id, required this.error}) : super();