When I’m using the knowledge base, I don’t want to do a function calling, I change how to close it?
INFO Creating collection
INFO Loading knowledge base
ERROR Function open_application not found
ERROR Function open_application not found
ERROR Function open_application not found
ERROR Function launch_application not found
ERROR Function open_application not found
ERROR Function open_application not found
ERROR Function open_application not found
agent = Agent(
model=OpenAIChat(base_url="xxxxxx", provider="ollama_chat", api_key="ollama",
id="xxxxxx", temperature=0.1),
knowledge=knowledge_base,
search_knowledge=True,
tools=[],show_tool_calls=True,
description="Which plugin should I use with arguments doesn't require you to execute the functions in the knowledge base",
)
agent.knowledge.load(recreate=False)
agent.print_response(UserContent)
return agent.run_response.content