labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.23k stars 4.61k forks source link

HTTP模块请求的URL可以调用变量 #1940

Closed ppkitty closed 1 month ago

ppkitty commented 3 months ago

例行检查

功能描述 HTTP模块请求的URL可以调用变量

应用场景 有时候通过HTTP调用外部成熟应用时,一些成熟应用变量不是通过URL参数带入(如: http://xxxxxxxxxx/?变量/xxx)而是写死的(如: 如: http://xxxxxxxxxx/变量/xxx)。 因为目前的HTTP模块就不能支持这一类的调用,只能再写一层API来调用,不够灵活。

相关示例

c121914yu commented 3 months ago

没看懂

zaite commented 2 months ago

没看懂

他的意思应该是需要url路径的自定义组装,把变量引入进去

c121914yu commented 1 month ago

忘记 close,好几个版本前就可以了