menu
agent_harness package
documentation
acp.dart
AgentResponseError
AgentResponseError.new constructor
AgentResponseError.new constructor
dark_mode
light_mode
AgentResponseError
constructor
AgentResponseError
(
{
required
RequestId
id
,
required
AcpError
error
,
})
Implementation
AgentResponseError({required this.id, required this.error}) : super();
agent_harness package
documentation
acp
AgentResponseError
AgentResponseError.new constructor
AgentResponseError class