iagobrandaowt

Results 2 comments of iagobrandaowt

> Initializing an empty tools list first, then adding a custom tool worked for me: > > tools = load_tools([], llm=math_llm) tools = tools + [gender_guesser] It helped for me