mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-13 20:47:15 +00:00
feat(langchain): add ToolCallRequest to middleware exports (#34894)
https://github.com/langchain-ai/docs/pull/2358
This commit is contained in:
@@ -28,6 +28,7 @@ from langchain.agents.middleware.types import (
|
||||
AgentState,
|
||||
ModelRequest,
|
||||
ModelResponse,
|
||||
ToolCallRequest,
|
||||
after_agent,
|
||||
after_model,
|
||||
before_agent,
|
||||
@@ -63,6 +64,7 @@ __all__ = [
|
||||
"SummarizationMiddleware",
|
||||
"TodoListMiddleware",
|
||||
"ToolCallLimitMiddleware",
|
||||
"ToolCallRequest",
|
||||
"ToolRetryMiddleware",
|
||||
"after_agent",
|
||||
"after_model",
|
||||
|
||||
Reference in New Issue
Block a user