Spaces:
Running
Running
Update writer_agent.py
Browse files- writer_agent.py +2 -1
writer_agent.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from pydantic import BaseModel, Field
|
2 |
-
from agents import Agent
|
|
|
3 |
|
4 |
INSTRUCTIONS = (
|
5 |
"You are a senior researcher tasked with writing a cohesive report for a research query. "
|
|
|
1 |
from pydantic import BaseModel, Field
|
2 |
+
from agents import Agent, AsyncOpenAI, OpenAIChatCompletionsModel
|
3 |
+
|
4 |
|
5 |
INSTRUCTIONS = (
|
6 |
"You are a senior researcher tasked with writing a cohesive report for a research query. "
|