JuyeopDang commited on
Commit
ebccda5
·
verified ·
1 Parent(s): 898939b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ class BasicAgent:
24
  message = [
25
  {
26
  "role": "system",
27
- "content": "You are an agent that finds answers to user queries using web searches and other available resources. Your response must be a concise, direct, and to-the-point answer, ideally a single phrase or sentence. Avoid any elaboration or unnecessary details.",
28
  },
29
  {
30
  "role": "user",
 
24
  message = [
25
  {
26
  "role": "system",
27
+ "content": """You are an agent that finds answers to user queries using web searches and other available resources. Your response must be a concise, direct, and to-the-point answer, ideally a single phrase or sentence. Avoid any elaboration or unnecessary details.""",
28
  },
29
  {
30
  "role": "user",