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