mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
feat(server): adapt context model (#11028)
expose more field in listContextObject
This commit is contained in:
@@ -7816,6 +7816,10 @@ export function useAFFiNEI18N(): {
|
||||
["error.COPILOT_DOC_NOT_FOUND"](options: {
|
||||
readonly docId: string;
|
||||
}): string;
|
||||
/**
|
||||
* `Some docs not found.`
|
||||
*/
|
||||
["error.COPILOT_DOCS_NOT_FOUND"](): string;
|
||||
/**
|
||||
* `Copilot message {{messageId}} not found.`
|
||||
*/
|
||||
|
||||
@@ -1928,6 +1928,7 @@
|
||||
"error.UNSPLASH_IS_NOT_CONFIGURED": "Unsplash is not configured.",
|
||||
"error.COPILOT_ACTION_TAKEN": "Action has been taken, no more messages allowed.",
|
||||
"error.COPILOT_DOC_NOT_FOUND": "Doc {{docId}} not found.",
|
||||
"error.COPILOT_DOCS_NOT_FOUND": "Some docs not found.",
|
||||
"error.COPILOT_MESSAGE_NOT_FOUND": "Copilot message {{messageId}} not found.",
|
||||
"error.COPILOT_PROMPT_NOT_FOUND": "Copilot prompt {{name}} not found.",
|
||||
"error.COPILOT_PROMPT_INVALID": "Copilot prompt is invalid.",
|
||||
|
||||
Reference in New Issue
Block a user