Interface LiveMusicClientContent

User input to start or steer the music.

interface LiveMusicClientContent {
    weightedPrompts?: WeightedPrompt[];
}

Properties

Properties

weightedPrompts?: WeightedPrompt[]

Weighted prompts as the model input.