Hi guys, Is this how we use voicemail tool? "assis...
# general-english
s
Hi guys, Is this how we use voicemail tool? "assistantOverrides": { "model": { "messages": [ { "role": "system", "content": f"{system_prompt}" }, ], "provider": "openai", "model": "gpt-4o", "fallbackModels": ["gpt-4-turbo"], "semanticCachingEnabled": False, "tools": { "type": "voicemail", "async": False, } }, "voice": { "provider": "11labs", "voiceId": f"{voice_choice}", Will it override any other tool hat I have added for other things?
5 Views