Skip to content

Commit

Permalink
Update web_search_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 26, 2024
1 parent 4c374e6 commit f537167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/03_Tools_And_Function_Calling/web_search_agent.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f537167

Please sign in to comment.