mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 16:10:56 +08:00
feat: 办公四件套添加 Output Rule 要求 Agent 告知用户文件存储路径
This commit is contained in:
@@ -37,6 +37,10 @@ market:
|
|||||||
|
|
||||||
# DOCX creation, editing, and analysis
|
# DOCX creation, editing, and analysis
|
||||||
|
|
||||||
|
## Output Rule
|
||||||
|
|
||||||
|
When you create or modify a .docx file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.docx`"
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
A .docx file is a ZIP archive containing XML files.
|
A .docx file is a ZIP archive containing XML files.
|
||||||
|
|||||||
@@ -33,6 +33,10 @@ market:
|
|||||||
|
|
||||||
# PDF Processing Guide
|
# 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
|
## 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.
|
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.
|
||||||
|
|||||||
@@ -37,6 +37,10 @@ market:
|
|||||||
|
|
||||||
# PPTX Skill
|
# PPTX Skill
|
||||||
|
|
||||||
|
## Output Rule
|
||||||
|
|
||||||
|
When you create or modify a .pptx file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.pptx`"
|
||||||
|
|
||||||
## Quick Reference
|
## Quick Reference
|
||||||
|
|
||||||
| Task | Guide |
|
| Task | Guide |
|
||||||
|
|||||||
@@ -39,6 +39,10 @@ market:
|
|||||||
|
|
||||||
# Requirements for Outputs
|
# Requirements for Outputs
|
||||||
|
|
||||||
|
## Output Rule
|
||||||
|
|
||||||
|
When you create or modify a .xlsx file, you **MUST** tell the user the absolute path of the output file in your response. Example: "文件已保存到:`/path/to/output.xlsx`"
|
||||||
|
|
||||||
## All Excel files
|
## All Excel files
|
||||||
|
|
||||||
### Professional Font
|
### Professional Font
|
||||||
|
|||||||
Reference in New Issue
Block a user