You're viewing a demo portfolio

Join the waitlist
PRSM

set_character_voice

Active

Tool of com.framesail/framesail

declared in 1.27.2

Bind a TTS voice to a character asset — required before generate_voiceover for every character with dialogue (the narrator's voice is separate: set_narrator_voice). Browse ids with list_voices.

Parameters schema

{
  "type": "object",
  "title": "set_character_voiceArguments",
  "required": [
    "asset_id",
    "voice_id"
  ],
  "properties": {
    "asset_id": {
      "type": "string",
      "title": "Asset Id",
      "description": "Character asset ID, from list_assets"
    },
    "voice_id": {
      "type": "string",
      "title": "Voice Id",
      "description": "TTS voice ID, from list_voices (use the provider matching the project's voice_tts_provider)"
    }
  }
}

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 →