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