First commit

This commit is contained in:
2026-02-27 10:15:59 -03:00
parent 30882659a1
commit 709fe2c64e
2 changed files with 67 additions and 58 deletions

View File

@@ -177,7 +177,7 @@ content.json (validated / governed)
PPTX Builder (template + content.json)
openclaw_oci_apresentacao.pptx
openclaw_oci_presentation.pptx
```
---
@@ -391,7 +391,7 @@ export OPENCLAW_WORKDIR="$HOME/.openclaw/workspace/openclaw_folder"
# Template + output
export PPTX_TEMPLATE_PATH="$OPENCLAW_WORKDIR/template_openclaw_oci_clean.pptx"
export PPTX_OUTPUT_PATH="$OPENCLAW_WORKDIR/openclaw_oci_apresentacao.pptx"
export PPTX_OUTPUT_PATH="$OPENCLAW_WORKDIR/openclaw_oci_presentation.pptx"
# Content JSON (if not set, defaults to $OPENCLAW_WORKDIR/content.json)
export OCI_CONTENT_FILE="$OPENCLAW_WORKDIR/content.json"