You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current codebase, context-aware scorers refer to the body.prompt field to get the user-prompt. This fits Completions API. For Chat-Completions the "prompt" is structured inside body.messages.
Completion Criteria
In the Chat-Completions case, body.messages should be flattened similarly to how the downstream vLLM engine receives it
The text was updated successfully, but these errors were encountered:
Summary
In the current codebase, context-aware scorers refer to the
body.prompt
field to get the user-prompt. This fits Completions API. For Chat-Completions the "prompt" is structured insidebody.messages
.Completion Criteria
In the Chat-Completions case,
body.messages
should be flattened similarly to how the downstream vLLM engine receives itThe text was updated successfully, but these errors were encountered: