Claude Pipeline Error Anthropic LLM Failed
# support
c
v
@CF Team I'm here to help! To better assist you, could you please provide me with more details about the error message you're receiving when you try to switch to Claude as your AI model? Additionally, could you confirm if Claude is an available option within your system or if it's a model you're trying to integrate from an external source?
You can continue this conversation by mentioning me in the message.
c
Hi @Vapi , I've made a bunch of tests, and found the main bug, it's the VAPI tools, if I connect a tool to the agent it gives the error however when detaching the tool from the agent that uses Claude model, it replies perfectly fine.
v
@CF Team It sounds like there may be a compatibility issue between the VAPI tools and the Claude model. To address this, we should verify the integration settings and ensure that the tools are configured correctly to work with the Claude model. If you can provide me with the specific error message or code, I can offer more targeted advice. Otherwise, it might be necessary to review the documentation or reach out to the support team for the tool or the Claude model to ensure proper integration.
c
@Vapi yeah here's the error "An error occurred in this call: pipeline-error-anthropic-llm-failed"
v
@CF Team Thank you for providing the error message. It appears that there is an issue with the pipeline when trying to use the Anthropic language model. This could be due to a misconfiguration or an incompatibility between the VAPI tools and the Anthropic model. To resolve this, you may need to check the following: 1. Ensure that the Anthropic model is correctly integrated and configured within your system. 2. Verify that the VAPI tools are up to date and compatible with the Anthropic model. 3. Review any recent changes that might have affected the pipeline. 4. Check for any known issues or updates from the provider of the Anthropic model that might address this error. If the problem persists, it would be best to reach out to the support team for the VAPI tools or the Anthropic model for further assistance. They may need specific details about your setup and the steps you've taken to troubleshoot the issue. If you need to escalate this issue or require further support, please let me know, and I can assist you with the next steps.
c
@Vapi yeah please escalate
v
@CF Team Sweet. Have a great day!
s
@CF Team please create property names w/o space if possible use camelCase. The error message is
tools.1.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$
that means your function propeties names are incorrect. please do't use space.
c
Thanks that worked! thank you!
16 Views