You're viewing a demo portfolio

Join the waitlist
PRSM

regenerate_segment_asset

Active

Tool of com.framesail/framesail

declared in 1.27.2

Regenerate a segment's primary image or video with optional overrides — the API equivalent of the editor's expert drawer. asset_type: "image" | "video" (for a video segment, "image" targets its start frame). Use a different model, override prompt sections (see get_section_template("segment_image")), or tweak settings (e.g. image quality), then re-run just this asset. Async — returns {job_id}.

Parameters schema

{
  "type": "object",
  "title": "regenerate_segment_assetArguments",
  "required": [
    "project_id",
    "segment_number",
    "asset_type"
  ],
  "properties": {
    "model": {
      "type": "string",
      "title": "Model",
      "default": "",
      "description": "Model ID to render with; empty uses the job's default (see list_models(\"segment_image\") / list_models(\"segment_video\"))"
    },
    "settings": {
      "anyOf": [
        {
          "type": "object",
          "additionalProperties": true
        },
        {
          "type": "null"
        }
      ],
      "title": "Settings",
      "default": null,
      "description": "Model-specific settings (e.g. image quality, video duration); valid keys come from the model's settings_schema in list_models"
    },
    "asset_type": {
      "type": "string",
      "title": "Asset Type",
      "description": "\"image\" or \"video\"; for a video segment, \"image\" targets its start frame"
    },
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "description": "Project ID, as returned by create_project or list_projects"
    },
    "segment_number": {
      "type": "integer",
      "title": "Segment Number",
      "description": "1-based segment number, as reported by get_segments"
    },
    "editable_sections": {
      "anyOf": [
        {
          "type": "object",
          "additionalProperties": true
        },
        {
          "type": "null"
        }
      ],
      "title": "Editable Sections",
      "default": null,
      "description": "Per-call prompt section overrides, keyed by section name; see get_section_template(\"segment_image\") or (\"segment_video\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.framesail/framesail

1/7 registries
View full server →