Use "developer" role for remaining developer-intent messages in examples
This commit is contained in:
@@ -112,7 +112,7 @@ async def load_conversation(params: FunctionCallParams):
|
||||
# commented out below, is part of this.
|
||||
# messages.append(
|
||||
# {
|
||||
# "role": "user",
|
||||
# "role": "developer",
|
||||
# "content": f"{AWSNovaSonicLLMService.AWAIT_TRIGGER_ASSISTANT_RESPONSE_INSTRUCTION}",
|
||||
# }
|
||||
# )
|
||||
|
||||
Reference in New Issue
Block a user