Replies: 1 comment
-
Hi @davidames, you said you're using MEAI, correct? As part of ChatOptions there are both:
Have you tried using any of these to provide customer properties as part of the request? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Claude on AWS Bedrock on SK via M.E.AI.
Claude on AWS Bedrock supports Chat with File, but the document name needs to be sent in chat message content too.
I've tried a few different ways to add this property, but it's never sent.
Here was my latest attempt:
which results in this request:
which results in this response:
{"message":"1 validation error detected: Value at 'messages.1.member.content.1.member.document.name' failed to satisfy constraint: Member must not be null"}
Is there a way to add custom properties to the request payload? I've also tried sub-classing BinaryContent but had the same result.
Beta Was this translation helpful? Give feedback.
All reactions