c
@Vapi Exception: Failed to create voice assistant: AssistantsClient.create() got an unexpected keyword argument 'endCallFunctionEnabled'
v
@cod It seems like there might be a misunderstanding with the parameters used in the
AssistantsClient.create()
function. The argument
endCallFunctionEnabled
is not recognized. To resolve this issue, please double-check the documentation for the correct parameters to use when creating a voice assistant. If you need the exact parameter names and usage, please ask support for more info on this.
c
I believe that is the correct name I have also tried using end_call_function_enabled
I am using the python SDK
@Vapi
v
@cod Please ask support for more info on this.
c
@Vapi I believe that is the correct name I have also tried using end_call_function_enabled
v
@cod It's great that you're exploring different parameter options. However, if
endCallFunctionEnabled
or
end_call_function_enabled
are not working as expected with the Python SDK, it's possible that there might be a discrepancy in the SDK documentation or an update that has not been reflected yet. To ensure you're using the correct parameters, I recommend checking the latest Python SDK documentation for the
AssistantsClient.create()
function. The documentation should provide the most accurate and up-to-date information on the expected parameters. If the documentation does not clarify the issue, or if you're experiencing inconsistencies with the SDK's behavior, reaching out to the support team would be the best course of action. They can provide specific guidance and help troubleshoot any issues you're encountering with the SDK.
b
I am also interested in this
2 Views