docs: update databricks.ipynb (#22949)

arbitary -> arbitrary
This commit is contained in:
Ikko Eltociear Ashimine 2024-06-17 21:57:49 +09:00 committed by GitHub
parent 19356b6445
commit 3e7bb7690c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
"\n", "\n",
"See Databricks documentation ([AWS](https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-sql-function.html)|[Azure](https://learn.microsoft.com/en-us/azure/databricks/sql/language-manual/sql-ref-syntax-ddl-create-sql-function)|[GCP](https://docs.gcp.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-sql-function.html)) to learn how to create SQL or Python functions in UC. Do not skip function and parameter comments, which are critical for LLMs to call functions properly.\n", "See Databricks documentation ([AWS](https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-sql-function.html)|[Azure](https://learn.microsoft.com/en-us/azure/databricks/sql/language-manual/sql-ref-syntax-ddl-create-sql-function)|[GCP](https://docs.gcp.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-sql-function.html)) to learn how to create SQL or Python functions in UC. Do not skip function and parameter comments, which are critical for LLMs to call functions properly.\n",
"\n", "\n",
"In this example notebook, we create a simple Python function that executes arbitary code and use it as a LangChain tool:\n", "In this example notebook, we create a simple Python function that executes arbitrary code and use it as a LangChain tool:\n",
"\n", "\n",
"```sql\n", "```sql\n",
"CREATE FUNCTION main.tools.python_exec (\n", "CREATE FUNCTION main.tools.python_exec (\n",