HY-love-sleep commented on issue #6202:
URL: https://github.com/apache/shenyu/issues/6202#issuecomment-3408937051
使用LLM对请求和响应进行转换, 可以按照用户提示词, 生成符合用户要求的请求(body\header)和响应, 例如用户输入:
帮我查询用户user001在10月份的订单123456, 通过requtst transformer, 可以生成下游规范的http请求
"orderId": "123456",
"userId": "user001",
"dateRange": {
"start": "2025-10-01",
"end": "2025-10-16"
}
}
以及做一些协议转换等等, response transformer同理
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]