ashishja commited on
Commit
0886c69
·
verified ·
1 Parent(s): 7a87b88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -119,7 +119,6 @@ SESSION_ID="1234"
119
  code_agent = LlmAgent(
120
  name='codegaiaAgent',
121
  model="gemini-2.5-pro-preview-05-06",
122
- code_executor=BuiltInCodeExecutor(),
123
  description=(
124
  "You are a smart agent that can write and execute code and answer any questions provided access the given files and answer"
125
  ),
 
119
  code_agent = LlmAgent(
120
  name='codegaiaAgent',
121
  model="gemini-2.5-pro-preview-05-06",
 
122
  description=(
123
  "You are a smart agent that can write and execute code and answer any questions provided access the given files and answer"
124
  ),