normalizeForAPI method
Normalize this attachment into user messages for the API.
Implementation
@override
List<UserMessage> normalizeForAPI() {
return [
createUserMessage(
content: '<system-reminder>\nOutput style: $style\n</system-reminder>',
isMeta: true,
),
];
}