Updates an existing LLM generation strategy’s configuration.
Documentation Index
Fetch the complete documentation index at: https://docs.deepslate.eu/llms.txt
Use this file to discover all available pages before exploring further.
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the LLM Generation Strategy to update (UUID)
Strategy update data
Request body for updating an existing LLM Generation Strategy.
Name of the strategy.
"My Updated Strategy"
Type identifier of the strategy.
"phonebot-v2.1"
Type-specific configuration parameters for the strategy. Structure depends on the strategy type.
{
"temperature": 0.2,
"outputSampleRate": 44100,
"voice": {
"provider": "elevenlabs",
"voiceId": "lcMyyd2HUfFzxdCaC4Ta",
"modelId": "eleven_multilingual_v2",
"speed": 1,
"stability": 0.5,
"similarityBoost": 0.75,
"style": 0,
"useSpeakerBoost": false
},
"vad": {
"confidenceThreshold": 0.5,
"minVolume": 0,
"startDuration": 0.3,
"stopDuration": 0.7,
"backbufferDuration": 1
}
}
Strategy successfully updated
Standard API response wrapper