mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 04:07:54 +00:00
docs: spell correction (#21459)
This commit is contained in:
parent
d0f043a765
commit
0c84aea1d4
@ -7,9 +7,9 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Create a runnable with the @chain decorator\n",
|
"# Create a runnable with the @chain decorator\n",
|
||||||
"\n",
|
"\n",
|
||||||
"You can also turn an arbitrary function into a chain by adding a `@chain` decorator. This is functionaly equivalent to wrapping in a [`RunnableLambda`](/docs/expression_language/primitives/functions).\n",
|
"You can also turn an arbitrary function into a chain by adding a `@chain` decorator. This is functionally equivalent to wrapping in a [`RunnableLambda`](/docs/expression_language/primitives/functions).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This will have the benefit of improved observability by tracing your chain correctly. Any calls to runnables inside this function will be traced as nested childen.\n",
|
"This will have the benefit of improved observability by tracing your chain correctly. Any calls to runnables inside this function will be traced as nested children.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"It will also allow you to use this as any other runnable, compose it in chain, etc.\n",
|
"It will also allow you to use this as any other runnable, compose it in chain, etc.\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user