Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 914 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 914 Bytes

Examples

This directory contains some agentic use cases with Autogen + proxy client.

💬 User: What is the weather in New York?
──────────────────────────────────────────────────

📡 Weather Agent is calling: get_weather
   with arguments: {"city":"New York"}
   🔢 (Tokens - Prompt: 75, Completion: 15)
──────────────────────────────────────────────────

Weather Agent: The weather in New York is 73 degrees and Sunny.
──────────────────────────────────────────────────

💬 Weather Agent: The weather in New York is 73 degrees and Sunny.