Dust Community Icon

Agent Error: Invalid Request and Custom Input Schema Issue

Β·
Β·

hey! I just made an agent it was working well, but when I add a dust app i got this error: ERROR: Error running agent: Error querying anthropic:claude-3-5-sonnet-20240620: error=[model_error(retryable=, request_id=req_011CPFKkusuFjGRjysJJKG1cfalse)] AnthropicError: [invalid_request_error] tools.1.custom.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$' (code: multi_actions_error)

  • Avatar of David Ebbo
    David Ebbo
    Β·
    Β·

    Hi Oscar. Does your App have INPUT properties with non-standard names, e.g. maybe with periods or spaces in the name? That could cause this error.