easysourceflow_favorite_result
Favorites the most recent EasySourceFlow summary when the user replies with '收藏'. Optionally accepts job ID or path to favorite a specific result.
Instructions
Favorite an EasySourceFlow summary. If the user replies exactly '收藏' after you returned an EasySourceFlow summary, call this tool without arguments to favorite the most recent result. You can also pass job_id, output_markdown_path, or relative_path when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Optional EasySourceFlow job ID whose result should be favorited. | |
| relative_path | No | Optional output relative_path from /outputs. | |
| output_markdown_path | No | Optional absolute output_markdown_path returned by EasySourceFlow. |