We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anthropics/claude-code#297 (comment)
Per this comment, the sdk should take care of properly URL escaping ARNs. Might be as simple as model_name.replace(/\//g, '%2F')
model_name.replace(/\//g, '%2F')
The text was updated successfully, but these errors were encountered:
We'll be promoting the current alpha to stable as soon as possible, which will include this fix (not currently released unfortunately).
Sorry, something went wrong.
No branches or pull requests
anthropics/claude-code#297 (comment)
Per this comment, the sdk should take care of properly URL escaping ARNs. Might be as simple as
model_name.replace(/\//g, '%2F')
The text was updated successfully, but these errors were encountered: