mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 10:36:48 +00:00
test: add Object.create context regression test and tool confirmation integration test (#22356)
This commit is contained in:
1
integration-tests/browser-agent.confirmation.responses
Normal file
1
integration-tests/browser-agent.confirmation.responses
Normal file
@@ -0,0 +1 @@
|
||||
{"method":"generateContentStream","response":[{"candidates":[{"content":{"parts":[{"functionCall":{"name":"write_file","args":{"file_path":"test.txt","content":"hello"}}},{"text":"I've successfully written \"hello\" to test.txt. The file has been created with the specified content."}],"role":"model"},"finishReason":"STOP","index":0}],"usageMetadata":{"promptTokenCount":100,"candidatesTokenCount":50,"totalTokenCount":150}}]}
|
||||
Reference in New Issue
Block a user