Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 879 Bytes

File metadata and controls

12 lines (9 loc) · 879 Bytes

Create and export an animation

Use engine_docs first. The pinned contract requires code for engine_exec; engine_document requires action; and engine_export returns jobId on success.

  1. Ask for the document purpose, output format, and destination.
  2. Call engine_exec with code that creates the minimum document content.
  3. Call engine_document with action: "list" to confirm the created document and capture its returned identifier.
  4. State the export target and request confirmation if the export writes or replaces a file.
  5. Call engine_export with the published export arguments.
  6. If it returns a job identifier, follow the async job example.

Synthetic identifiers, such as document_demo_001, show flow only. See the pinned tool contract for released input and result fields.