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
llm: document why validate_message_list skips role alternation
Future readers (and users hitting vLLM-Mistral 400s) need a pointer to
where the role-alternation constraint lives. Strict templates enforce
user→assistant alternation server-side; OpenAI and Anthropic don't.
Pre-rejecting at the client boundary would over-restrict the
permissive case.
0 commit comments