Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions libs/ibm/langchain_ibm/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,9 @@ class Joke(BaseModel):
"""Stop sequences are one or more strings which will cause the text generation
to stop if/when they are produced as part of the output."""

chat_template_kwargs: dict | None = None
"""Additional chat template parameters."""

verify: str | bool | None = None
"""You can pass one of following as verify:
* the path to a CA_BUNDLE file
Expand Down Expand Up @@ -1479,6 +1482,7 @@ def _get_supported_chat_params() -> list[str]:
"logit_bias",
"seed",
"stop",
"chat_template_kwargs",
]

def bind_tools(
Expand Down