DrishtiSharma commited on
Commit
1c7c6a9
Β·
verified Β·
1 Parent(s): 0c604ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def analyze_content(content):
61
  # Research Agent
62
  research_agent = Agent(
63
  name="Research Agent",
64
- instructions="You are an agent that analyzes content and extracts key insights.",
65
  functions=[analyze_content]
66
  )
67
 
 
61
  # Research Agent
62
  research_agent = Agent(
63
  name="Research Agent",
64
+ instructions="You are an agent that highlights key insights by dynamically analyzing content and adapting to the available information.",
65
  functions=[analyze_content]
66
  )
67