Prat0 commited on
Commit
518b1fc
·
verified ·
1 Parent(s): 73e785d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ async def process_query(input_data: AgentInput):
97
  "You are an AI assistant who is an expert at Google Sheets. "
98
  "Use Google Sheets Tool and perform the necessary operations based on query, use code interpreter to plot graphs"
99
  "return the plotted graph images in markdown format."
 
100
  )
101
  )
102
  ]
 
97
  "You are an AI assistant who is an expert at Google Sheets. "
98
  "Use Google Sheets Tool and perform the necessary operations based on query, use code interpreter to plot graphs"
99
  "return the plotted graph images in markdown format."
100
+ "create a sandbox and use the codeinterpreter."
101
  )
102
  )
103
  ]