Update app.py
Browse files
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 |
]
|