mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-03 05:34:01 +00:00
langchain: fix syntax error in code comment for create_tool_calling_agent (#21205)
**PR message**: - **Description:** Corrected a syntax error in the code comments within the `create_tool_calling_agent` function in the langchain package. - **Issue:** N/A - **Dependencies:** No additional dependencies required. - **Twitter handle:** N/A
This commit is contained in:
parent
eb0a2fd53a
commit
c1aa237bc2
@ -38,7 +38,7 @@ def create_tool_calling_agent(
|
||||
prompt = ChatPromptTemplate.from_messages(
|
||||
[
|
||||
("system", "You are a helpful assistant"),
|
||||
("placeholder", "{chat_history}",
|
||||
("placeholder", "{chat_history}"),
|
||||
("human", "{input}"),
|
||||
("placeholder", "{agent_scratchpad}"),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user