thick-tealT
VAPI9mo ago
thick-teal

Golang SDK Broken

The Golang SDK fails to list calls / assistants because of unmarshaling errors.

for listing assistants I get this error:

json: cannot unmarshal string into Go struct field .embed.startSpeakingPlan.smartEndpointingEnabled of type map[string]interface {}


and for calls:

 {"cost":0,"type":"knowledge-base","model":{"model":"gemini-1.5-flash","provider":"google"},"promptTokens":0,"completionTokens":0} cannot be deserialized as a *api.CallCostsItem
Was this page helpful?