Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from huggingface_hub import InferenceClient
|
|
17 |
# Sample questions:
|
18 |
|
19 |
1. **What are the key features of AutoGen v0.4 that I should utilize when converting user requests into agent code?**
|
20 |
-
2. **How can I leverage asynchronous messaging in AutoGen v0.4 to enhance my
|
21 |
3. **What are best practices for writing modular and extensible agent code using AutoGen v0.4?**
|
22 |
4. **Can you convert this user request into AutoGen v0.4 agent code: "Create an agent that classifies customer feedback into positive, negative, or neutral sentiments."**
|
23 |
|
|
|
17 |
# Sample questions:
|
18 |
|
19 |
1. **What are the key features of AutoGen v0.4 that I should utilize when converting user requests into agent code?**
|
20 |
+
2. **How can I leverage asynchronous messaging in AutoGen v0.4 to enhance my agents performance?**
|
21 |
3. **What are best practices for writing modular and extensible agent code using AutoGen v0.4?**
|
22 |
4. **Can you convert this user request into AutoGen v0.4 agent code: "Create an agent that classifies customer feedback into positive, negative, or neutral sentiments."**
|
23 |
|