mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 14:23:58 +00:00
.
This commit is contained in:
parent
2a2c9cd5ba
commit
f7dcc834a8
@ -4,7 +4,7 @@ from langchain_core.agents import AgentAction
|
||||
|
||||
|
||||
def format_xml(
|
||||
intermediate_steps: List[Tuple[AgentAction, str]],
|
||||
intermediate_steps: list[tuple[AgentAction, str]],
|
||||
*,
|
||||
escape_xml: bool = True,
|
||||
) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user