mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
[Doc] Improve api doc (#29324)
- Fix doc description - Add static method decorator
This commit is contained in:
@@ -636,7 +636,7 @@ class ChatAnthropic(BaseChatModel):
|
||||
def _get_ls_params(
|
||||
self, stop: Optional[List[str]] = None, **kwargs: Any
|
||||
) -> LangSmithParams:
|
||||
"""Get the parameters used to invoke the model."""
|
||||
"""Get standard params for tracing."""
|
||||
params = self._get_invocation_params(stop=stop, **kwargs)
|
||||
ls_params = LangSmithParams(
|
||||
ls_provider="anthropic",
|
||||
|
||||
Reference in New Issue
Block a user