langchain_community.llms.amazon_api_gateway
.ContentHandlerAmazonAPIGateway¶
- class langchain_community.llms.amazon_api_gateway.ContentHandlerAmazonAPIGateway[source]¶
适配器,将 Langchain 的输入准备成 LLM 模型所期望的格式。
它还提供辅助函数以从模型响应中提取生成的文本。
方法
__init__
()transform_input
(prompt, model_kwargs)transform_output
(response)- __init__()¶