Update README to clarify testing instructions for OpenAI and Anthropic agents

This commit is contained in:
Shubhamsaboo
2025-11-12 20:05:50 -08:00
parent 0e165e01ae
commit 6ac9fd3f98

View File

@@ -68,19 +68,19 @@ pip install -r requirements.txt
### 4. **Test OpenAI Agent**
```bash
cd 2_1_openai_adk_agent
adk web
```
Then select the 2_1_openai_adk_agent in the ADK web UI
- Try asking: "Tell me a fun fact!"
- Notice the OpenAI GPT-4 response style
### 5. **Test Anthropic Agent**
```bash
cd 2_2_anthropic_adk_agent
adk web
```
Then select the 2_2_anthropic_adk_agent in the ADK web UI
- Try asking: "Tell me a fun fact!"
- Compare with the Claude response style
- Compare with the GPT-4 response style
## 💡 Key Code Pattern