File size: 256 Bytes
5fa1a76
 
 
 
 
 
1
2
3
4
5
6
thon
template = """ [] """
agent = HfAgent(url_endpoint=your_endpoint, chat_prompt_template=template)

Please make sure to have the <<all_tools>> string defined somewhere in the template so that the agent can be aware 
of the tools, it has available to it.