mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat(core): provide document title, tags, createTime and updateTime to llm (#11205)
Close [BS-2915](https://linear.app/affine-design/issue/BS-2915).
This commit is contained in:
@@ -1045,6 +1045,10 @@ The following content is a relevant content segment:
|
||||
==========
|
||||
- type: document
|
||||
- document_id: {{docId}}
|
||||
- document_title: {{docTitle}}
|
||||
- document_tags: {{tags}}
|
||||
- document_create_date: {{createDate}}
|
||||
- document_updated_date: {{updatedDate}}
|
||||
- document_content:
|
||||
{{docContent}}
|
||||
==========
|
||||
|
||||
Reference in New Issue
Block a user