fix(blocks): fix voice_id link URL and use descriptive text

- Fix URL to correct docs path: https://agpt.co/docs/platform/using-ai-services/d_id
- Replace generic "here" with "available voice IDs" for accessibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nicholas Tindle
2026-01-16 16:24:19 -06:00
parent 2b715d1121
commit 03d5f0affb

View File

@@ -50,7 +50,7 @@ class CreateTalkingAvatarVideoBlock(Block):
description="The voice provider to use", default="microsoft"
)
voice_id: str = SchemaField(
description="The voice ID to use, get list of voices [here](https://docs.agpt.co/server/d_id)",
description="The voice ID to use, see [available voice IDs](https://agpt.co/docs/platform/using-ai-services/d_id)",
default="en-US-JennyNeural",
)
presenter_id: str = SchemaField(