feat: 办公四件套添加 Output Rule 要求 Agent 告知用户文件存储路径

This commit is contained in:
张馨元
2026-04-04 20:06:41 +08:00
parent bfe69b94a0
commit de6cfa0b23
4 changed files with 16 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ market:
# PDF Processing Guide
## Output Rule
When you create or modify a .pdf file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.pdf`"
## Overview
This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions.