mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 11:30:37 +00:00
.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user