Skip to content

Commit

Permalink
update ChatDatabricks docstring with latest docs link (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 4, 2024
1 parent 0b13ef3 commit ddd9458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/databricks/langchain_databricks/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class GetPopulation(BaseModel):
}
]
To use tool calls, your model endpoint must support ``tools`` parameter. See [Function calling on Databricks](https://python.langchain.com/v0.2/docs/integrations/chat/databricks/#function-calling-on-databricks) for more information.
To use tool calls, your model endpoint must support ``tools`` parameter. See [Function calling on Databricks](https://python.langchain.com/docs/integrations/chat/databricks/#function-calling-on-databricks) for more information.
""" # noqa: E501

Expand Down

0 comments on commit ddd9458

Please sign in to comment.