Skip to content

Commit 69b0baf

Browse files
committed
Another small update.
1 parent 92b2cfd commit 69b0baf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Labs/lab_4_langchain.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,13 @@
436436
"agent_executor = AgentExecutor(agent=agent, tools=tools, verbose=True, return_intermediate_steps=True)"
437437
]
438438
},
439+
{
440+
"cell_type": "markdown",
441+
"metadata": {},
442+
"source": [
443+
"**Note**: On the following agent_executor invocations it is safe to ignore the error: `Error in StdOutCallbackHandler.on_chain_start callback: AttributeError(\"'NoneType' object has no attribute 'get'\")` - this is a defect in the verbose debug output of LangChain and does not affect the outcome of the invocation."
444+
]
445+
},
439446
{
440447
"cell_type": "code",
441448
"execution_count": null,
@@ -447,13 +454,6 @@
447454
"print(result['output'])"
448455
]
449456
},
450-
{
451-
"cell_type": "markdown",
452-
"metadata": {},
453-
"source": [
454-
"**Note**: On the following invocations it is safe to igmore the error: `Error in StdOutCallbackHandler.on_chain_start callback: AttributeError(\"'NoneType' object has no attribute 'get'\")` - this is a defect in the verbose debug output of LangChain and does not affect the outcome of the invocation."
455-
]
456-
},
457457
{
458458
"cell_type": "code",
459459
"execution_count": null,

0 commit comments

Comments
 (0)