Skip to content

Commit

Permalink
templates: simplify tool in gemini-functions-agent 2 (#17283)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Feb 9, 2024
1 parent febf954 commit 12d3159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]
)

llm_with_tools = llm.bind(functions=[tavily_tool])
llm_with_tools = llm.bind(functions=tools)


def _format_chat_history(chat_history: List[Tuple[str, str]]):
Expand Down

0 comments on commit 12d3159

Please sign in to comment.