From f537167bc543b08071fe1bf892456bc6eff0391e Mon Sep 17 00:00:00 2001 From: Maximilian Winter Date: Sun, 26 May 2024 03:42:36 +0200 Subject: [PATCH] Update web_search_agent.py --- examples/03_Tools_And_Function_Calling/web_search_agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/03_Tools_And_Function_Calling/web_search_agent.py b/examples/03_Tools_And_Function_Calling/web_search_agent.py index 854cf83..70fdfd5 100644 --- a/examples/03_Tools_And_Function_Calling/web_search_agent.py +++ b/examples/03_Tools_And_Function_Calling/web_search_agent.py @@ -1,4 +1,5 @@ from llama_cpp_agent import MessagesFormatterType, LlamaCppAgent +from llama_cpp_agent.chat_history.messages import Roles from llama_cpp_agent.llm_output_settings import LlmStructuredOutputSettings from llama_cpp_agent.providers import LlamaCppServerProvider from llama_cpp_agent.tools import WebSearchTool