Spaces:
Running
Running
Commit
·
18aba36
1
Parent(s):
17c720f
Adding ability to continue a conversation
Browse files
main.py
CHANGED
@@ -45,11 +45,8 @@ if __name__ == "__main__":
|
|
45 |
|
46 |
model_manager = GeminiManager(toolsLoader=tool_loader, gemini_model="gemini-2.0-flash")
|
47 |
|
48 |
-
# Example prompt instructing the CEO model to create a strategy for Ashton Hall.
|
49 |
-
# The prompt explicitly mentions that it can use the web_search tool if needed,
|
50 |
-
# and that it is allowed to choose the website for the search.
|
51 |
task_prompt = (
|
52 |
-
"
|
53 |
)
|
54 |
|
55 |
# Request a CEO response with the prompt.
|
|
|
45 |
|
46 |
model_manager = GeminiManager(toolsLoader=tool_loader, gemini_model="gemini-2.0-flash")
|
47 |
|
|
|
|
|
|
|
48 |
task_prompt = (
|
49 |
+
"Who are the 4 presidents at mount chusmore? "
|
50 |
)
|
51 |
|
52 |
# Request a CEO response with the prompt.
|