mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-09 06:24:47 +00:00
core: release 0.3.68 (#31848)
Also add `search_result` to recognized tool message block types.
This commit is contained in:
parent
572020c4d8
commit
2090f85789
@ -74,7 +74,7 @@ if TYPE_CHECKING:
|
||||
from collections.abc import Sequence
|
||||
|
||||
FILTERED_ARGS = ("run_manager", "callbacks")
|
||||
TOOL_MESSAGE_BLOCK_TYPES = ("text", "image_url", "image", "json")
|
||||
TOOL_MESSAGE_BLOCK_TYPES = ("text", "image_url", "image", "json", "search_result")
|
||||
|
||||
|
||||
class SchemaAnnotationError(TypeError):
|
||||
|
@ -1,3 +1,3 @@
|
||||
"""langchain-core version information and utilities."""
|
||||
|
||||
VERSION = "0.3.67"
|
||||
VERSION = "0.3.68"
|
||||
|
@ -16,7 +16,7 @@ dependencies = [
|
||||
"pydantic>=2.7.4",
|
||||
]
|
||||
name = "langchain-core"
|
||||
version = "0.3.67"
|
||||
version = "0.3.68"
|
||||
description = "Building applications with LLMs through composability"
|
||||
readme = "README.md"
|
||||
|
||||
|
3185
libs/core/uv.lock
3185
libs/core/uv.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user