helloparthshah commited on
Commit
18aba36
·
1 Parent(s): 17c720f

Adding ability to continue a conversation

Browse files
Files changed (1) hide show
  1. main.py +1 -4
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
- "Should I invest in TSLA stocks? "
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.