mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
文档问题: 关于元数据修改, 希望新增time格式的示例 #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @holyYodu on GitHub (May 29, 2025).
问题描述
目前文档中关于元数据的赋值中只有string对象的赋值示例,关于time对象的赋值示例是缺失,希望能够添加关于time赋值的示例,谢谢!
页面链接
https://docs.dify.ai/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api#%E4%BF%AE%E6%94%B9%E6%96%87%E6%A1%A3%E7%9A%84%E5%85%83%E6%95%B0%E6%8D%AE%EF%BC%88%E8%B5%8B%E5%80%BC%EF%BC%89
建议修改
@holyYodu commented on GitHub (May 29, 2025):
直接传入int类型的timestamp就可以, 之前显示invalid可能不是int类型的