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