mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
improve agent templates (#12528)
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
@@ -21,7 +21,6 @@ def _format_chat_history(chat_history: List[Tuple[str, str]]):
|
||||
|
||||
model = ChatAnthropic(model="claude-2")
|
||||
|
||||
|
||||
tools = [DuckDuckGoSearchRun()]
|
||||
|
||||
prompt = conversational_prompt.partial(
|
||||
|
Reference in New Issue
Block a user