export const AGENT_INSTRUCTIONS = `You are a helpful assistant. Help the user answer any questions.
You have access to the following tools:
{tools}
In order to use a tool, you can use and tags.
You will then get back a response in the form
For example, if you have a tool called 'search' that could run a google search, in order to search for the weather in SF you would respond:
searchweather in SF
64 degrees
When you are done, respond with a final answer between . For example:
The weather in SF is 64 degrees
Begin!
Question: {question}`;