I may be mistaken here, but I thought we previously had the option to set or update dynamic variable values via the update-call API.
If this isn't the case, then this definitely should be added to that API endpoint to enable us to inject useful data mid-call. If its possible to update the metadata object then it should be no different with the retell_llm_dynamic_variables object.
Failed to add dynamic variable(s) to call call_ca257a38cc06677c53ac8137fb9: CallResource.update() got an unexpected keyword argument 'retell_llm_dynamic_variables'
response = self.client.call.update( call_id=call_id, retell_llm_dynamic_variables=variables_to_add )
I may be mistaken here, but I thought we previously had the option to set or update dynamic variable values via the
update-callAPI.If this isn't the case, then this definitely should be added to that API endpoint to enable us to inject useful data mid-call. If its possible to update the
metadataobject then it should be no different with theretell_llm_dynamic_variablesobject.Failed to add dynamic variable(s) to call call_ca257a38cc06677c53ac8137fb9: CallResource.update() got an unexpected keyword argument 'retell_llm_dynamic_variables'response = self.client.call.update( call_id=call_id, retell_llm_dynamic_variables=variables_to_add )