ranranrunforit commited on
Commit
3711f73
·
verified ·
1 Parent(s): 8f7772c

Update writer_agent.py

Browse files
Files changed (1) hide show
  1. 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. "