langchain.agents.format_scratchpad.xml.format_xml

langchain.agents.format_scratchpad.xml.format_xml(intermediate_steps: List[Tuple[AgentAction, str]]) str[source]

将中间步骤格式化为XML。

参数

intermediate_steps (列表[元组[AgentAction, str]]) – 中间步骤。

返回值

将中间步骤作为XML格式返回。

返回类型

str