feat(server): adapt context model (#11028)

expose more field in listContextObject
This commit is contained in:
darkskygit
2025-03-21 05:36:45 +00:00
parent a5b975ac46
commit 5acba9d5a0
25 changed files with 537 additions and 377 deletions
+4
View File
@@ -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.",