mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
feat: add confirmation details support + jsonrpc vs http rest support (#16079)
This commit is contained in:
@@ -304,7 +304,7 @@ describe('RemoteAgentInvocation', () => {
|
||||
confirmation.type === 'info'
|
||||
) {
|
||||
expect(confirmation.title).toContain('Test Agent');
|
||||
expect(confirmation.prompt).toContain('http://test-agent/card');
|
||||
expect(confirmation.prompt).toContain('Calling remote agent: "hi"');
|
||||
} else {
|
||||
throw new Error('Expected confirmation to be of type info');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user