3. Interactive Widgets & Uploaders

Interactive chat widgets: video creator studio, lyrics editor, song sorter, catalog uploader, and distribution wizard.

  • Chema Rodriguez
    Author
    by Chema Rodriguez
    2 months ago
  • Interactive Widgets & Visual Tools

    Group 24 also provides interactive widgets that open directly in the chat interface. These give users visual control over the creative process while the AI agent orchestrates the workflow.


    Tool: open_chatmu_video_creator

    Description: The primary entry point for video creation. Opens the unified Visual Video Creator Studio widget directly in the chat. Users can browse templates, select tracks, upload assets, and configure visual settings.

    {\n  "templateId": "template-uuid",\n  "selectedSongIds": ["song-uuid-1"]\n}

    Tool: open_chatmu_lyrics_editor

    Description: Opens an interactive lyrics editor widget for reviewing and correcting AI-transcribed lyrics in real-time.

    {\n  "mediaId": "song-uuid",\n  "lyrics": "[00:15.00] ...",\n  "audioUrl": "https://..."\n}

    Tool: open_chatmu_song_sorter

    Description: Opens a drag-and-drop song sorter widget for reordering tracks in a video playlist.

    {\n  "songs": [{"id": "...", "title": "..."}],\n  "templateId": "template-uuid"\n}

    Tool: open_chatmu_catalog_uploader

    Description: Opens an interactive file uploader widget for drag-and-drop audio file registration.

    {\n  "extractLyrics": true\n}

    Tool: open_distribution_uploader

    Description: Opens a specialized uploader widget for distribution releases — handles both audio tracks and cover artwork.


    Tool: open_distribution_wizard

    Description: Opens the interactive multi-step distribution wizard pre-hydrated with metadata the agent has already collected.

    {\n  "releaseId": "release-uuid"\n}