LLM Generation Strategies
Update LLM Generation Strategy
Updates an existing LLM generation strategy’s configuration.
PUT
Update LLM Generation Strategy
Path Parameters
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the LLM Generation Strategy to update (UUID)
Body
application/json
Strategy update data
Request body for updating an existing LLM Generation Strategy.
Name of the strategy.
Example:
"My Updated Strategy"
Type identifier of the strategy.
Example:
"phonebot-v2.1"
Type-specific configuration parameters for the strategy. Structure depends on the strategy type.
Example:
{
"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
}
}Response
Strategy successfully updated
Standard API response wrapper
Update LLM Generation Strategy