mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
refactor(attachment): unify prompt content admission
This commit is contained in:
@@ -359,6 +359,7 @@ export const LINK_MAP: Readonly<Record<string, string>> = {
|
||||
ApprovalService: 'approval.md',
|
||||
AskUserQuestionRequestEvent: 'user-questions.md',
|
||||
AdmittedPromptContentPart: 'attachment.md',
|
||||
AttachmentAdmissionPart: 'attachment.md',
|
||||
EncodedFileAttachment: 'attachment.md',
|
||||
EncodedImageAttachment: 'attachment.md',
|
||||
FileAttachmentRef: 'attachment.md',
|
||||
|
||||
@@ -951,6 +951,11 @@
|
||||
"symbol": "PromptContentPart",
|
||||
"source": "packages/attachment/attachment/src/types.ts"
|
||||
},
|
||||
{
|
||||
"doc": "docs/subsystems/attachment.md",
|
||||
"symbol": "AttachmentAdmissionPart",
|
||||
"source": "packages/attachment/attachment/src/types.ts"
|
||||
},
|
||||
{
|
||||
"doc": "docs/subsystems/attachment.md",
|
||||
"symbol": "AdmittedPromptContentPart",
|
||||
|
||||
Reference in New Issue
Block a user