Use system_instruction on LLM service constructors instead of adding system messages to LLMContext. Messages added to context now use "user" role.
210 B
210 B
- Updated foundational examples and eval scripts to use
"user"role instead of"system"when adding messages toLLMContext, since system prompts should be set viasystem_instructionon the LLM service.