If you don’t give the search tool to the LLM chain. The LLM won’t be able to search the internet. So the system message about internet is not needed.
The LLM chain is without any tools. So internet search isn’t possible within that node.
Are you asking to have it search the internet sometimes? In that case the AI agent is what is needed. You can give it tools like internet search. And in the system message/prompt you can tell it when to use the internet.
The LLM chain is without any tools. So internet search isn’t possible within that node.
Are you asking to have it search the internet sometimes? In that case the AI agent is what is needed. You can give it tools like internet search. And in the system message/prompt you can tell it when to use the internet.