Hello all! 馃憢
Context: Setting up LLM as a Judge through AWS Bedrock, with the end goal of running this as an online evaluation. Using Haiku 3.5.
Problem: Testing out the prompt in the prompt playground prior to using this for Online Eval. Seeing a malformed input request regarding needing the key max_tokens, but this is already configured by default. Bedrock logs confirm the validation error on my side- looking for some help here. Doing this in the UI
Things Tried: I can confirm in the UI that the input variables exist when trying this out; I've gone ahead and removed everything in the prompt so that it is just a string with no variables; still seeing the malformed input request.