AgentResponse<State>.forTesting constructor
Test-only constructor for building a response directly from a raw AgentOutput and message list, bypassing a transport turn.
Implementation
@visibleForTesting
AgentResponse.forTesting(AgentOutput raw, List<Message> messages)
: this._(raw, messages);