session_complete
Complete the active session by storing the workflow as a reusable pattern for later recall, and optionally save the FreeCAD document.
Instructions
Complete the active session: store the whole workflow as a reusable pattern in the pattern store (recall later with recall_patterns), and optionally save the document to disk.
Args:
save: Save the FreeCAD document (.FCStd).
save_path: Target file path (saveAs); omit to save in place.
description: What this workflow builds (stored with the pattern).
tags: Retrieval tags for the pattern.
Returns:
JSON with pattern_id and save result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| tags | No | ||
| save_path | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |