Skip to content
New issue

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

Nova doesn't support the toolConfig.toolChoice.any field #92

Open
2 tasks
Wh1isper opened this issue Jan 15, 2025 · 0 comments
Open
2 tasks

Nova doesn't support the toolConfig.toolChoice.any field #92

Wh1isper opened this issue Jan 15, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Wh1isper
Copy link

Describe the bug

This seems not enough for all model: https://github.com/aws-samples/bedrock-access-gateway/blob/main/src/api/models/bedrock.py#L431

if chat_request.tool_choice and not chat_request.model.startswith("meta.llama3-1-"):

Please complete the following information:

  • Which API you used: [e.g. /chat/completions]
  • Which model you used: [e.g. anthropic.claude-3-sonnet-20240229-v1:0]

To Reproduce
Steps to reproduce the behavior. If possible, please share an example request.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Additional context
Add any other context about the problem here.

@Wh1isper Wh1isper added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant