解析代理响应#
- langchain_aws.agents.base.parse_agent_response(response: Any) List[BedrockAgentAction] | BedrockAgentFinish [source]#
解析来自Bedrock Agent的原始响应
- Parameters:
response (Any) – 来自Bedrock Agent的原始响应
- Return type:
- Returns
要么是BedrockAgentAction,要么是BedrockAgentFinish