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
优化 OpenAI 默认返回的表格在飞书对话中的呈现。
当前问题1:当要求 OpenAI 使用表格对内容进行格式化返回时,默认会返回 Markdown 格式的文本形式,在飞书对话中显示会很混乱,特别是在手机上查看时。
当前问题2:飞书对话默认不支持 Markdown 语法表格的可视化。
功能预期:返回对话消息如果识别为包含表格内容,支持将内容输出至飞书多维表格,并在对话中返回相应链接。
The text was updated successfully, but these errors were encountered:
飞书的消息卡片对 markdown 的支持暂时也不包括 table 元素 https://open.feishu.cn/document/common-capabilities/message-card/message-cards-content/using-markdown-tags
Sorry, something went wrong.
No branches or pull requests
功能改善建议 🚀
优化 OpenAI 默认返回的表格在飞书对话中的呈现。
您的建议是什么? 🤔
当前问题1:当要求 OpenAI 使用表格对内容进行格式化返回时,默认会返回 Markdown 格式的文本形式,在飞书对话中显示会很混乱,特别是在手机上查看时。
当前问题2:飞书对话默认不支持 Markdown 语法表格的可视化。
功能预期:返回对话消息如果识别为包含表格内容,支持将内容输出至飞书多维表格,并在对话中返回相应链接。
The text was updated successfully, but these errors were encountered: