Problem with anthropic provider
# support
m
I want to use the anthropic provider and one of its models. I run "talk with assistant". The assistant starts talking. When the assistant reads the first message, it stops and this error appears. I haven't got this problem with openai provider. https://cdn.discordapp.com/attachments/1294773405043658857/1294773405622730783/image.png?ex=670c3b33&is=670ae9b3&hm=b94dbaf439d92fb613101fbd94b26f7464e8a90694831cf75a1e6fda59f64cc6&
v
@marcuu Please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
m
How can I do it ?
s
@marcuu can you share the call id?
fa27450e-8539-4dd5-b424-885e47b9b9f8
71788934-2c3e-42bd-a109-566704b4af6f
c2253a1d-4d67-4ae4-b4d6-d2bef04d2f13
s
@marcuu fix the tool properties names. "error": { "type": "error", "error": { "type": "invalid_request_error", "message": "tools.0.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$'" } }, follow this regex: ^[a-zA-Z0-9_-]{1,64}$
m
I don't know what to do. I only change the provider and model (I'm attaching a picture). What is this code? Where do I paste it? https://cdn.discordapp.com/attachments/1294773405043658857/1296159250191487028/image.png?ex=671145de&is=670ff45e&hm=80eebefbdea455dd4b997243434c4033c14f6824ff99e3e2b0142f3be607f022&
s
it's related to your tool input properties name, do check the above error message. use only words for your tool properties name.