mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-01 22:34:02 -04:00
Update benchmarks all notebook to use {question} instead of {input} (#179)
Update benchmarks all prompt
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
" [\n",
|
||||
" (\n",
|
||||
" \"human\",\n",
|
||||
" \"{instructions}\\n{input}\",\n",
|
||||
" \"{instructions}\\n{question}\",\n",
|
||||
" ), # Populated from task.instructions automatically\n",
|
||||
" MessagesPlaceholder(\"agent_scratchpad\"), # Workspace for the agent\n",
|
||||
" ]\n",
|
||||
@@ -161,7 +161,7 @@
|
||||
"with_system_message_prompt = ChatPromptTemplate.from_messages(\n",
|
||||
" [\n",
|
||||
" (\"system\", \"{instructions}\"),\n",
|
||||
" (\"human\", \"{input}\"), # Populated from task.instructions automatically\n",
|
||||
" (\"human\", \"{question}\"), # Populated from task.instructions automatically\n",
|
||||
" MessagesPlaceholder(\"agent_scratchpad\"), # Workspace for the agent\n",
|
||||
" ]\n",
|
||||
")"
|
||||
|
||||
Reference in New Issue
Block a user