Update foundational examples to use "user" role
Use system_instruction on LLM service constructors instead of adding system messages to LLMContext. Messages added to context now use "user" role.
This commit is contained in:
1
changelog/3931.other.md
Normal file
1
changelog/3931.other.md
Normal file
@@ -0,0 +1 @@
|
||||
- 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.
|
||||
Reference in New Issue
Block a user