mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-20 01:54:14 +00:00
x
This commit is contained in:
@@ -831,9 +831,7 @@ class ChatOllama(BaseChatModel):
|
|||||||
self,
|
self,
|
||||||
schema: Union[Dict, type],
|
schema: Union[Dict, type],
|
||||||
*,
|
*,
|
||||||
method: Literal[
|
method: Literal["function_calling", "json_mode", "json_schema"] = "json_schema",
|
||||||
"function_calling", "json_mode", "json_schema"
|
|
||||||
] = "json_schema",
|
|
||||||
include_raw: bool = False,
|
include_raw: bool = False,
|
||||||
**kwargs: Any,
|
**kwargs: Any,
|
||||||
) -> Runnable[LanguageModelInput, Union[Dict, BaseModel]]:
|
) -> Runnable[LanguageModelInput, Union[Dict, BaseModel]]:
|
||||||
|
Reference in New Issue
Block a user