We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.8.15html渲染功能在什么场景下使用? 而且为什么默认为代码模式
代码中的超链接url 不生效 而且html代码中嵌入echarts也不生效
所以什么场景需要这个功能?
The text was updated successfully, but these errors were encountered:
默认的应该搞成渲染后浏览模式才有意义吧,增加html渲染功能是为了弥补和扩展当前对话式框架交互的不足,不是为了查看html代码,那没意义。另外,不支持脚本或者前端的一些东西那也起不到什么扩展的作用了,图表,视频链接,等等前端展示的能力这是需要扩展的,不是字体,css,颜色这些东西。 这个功能重要的点是能够通过代码运行或者http请求节点,输出集成某种能力的html结果页面,放到对话中输出,而这种输出是当前fastgpt框架、插件和大模型,markdown都无法支持或者稳定输出的东西。
Sorry, something went wrong.
No branches or pull requests
4.8.15html渲染功能在什么场景下使用?
而且为什么默认为代码模式
代码中的超链接url 不生效
而且html代码中嵌入echarts也不生效
所以什么场景需要这个功能?
The text was updated successfully, but these errors were encountered: