normalizeForAPI method
Normalize this attachment into user messages for the API.
Implementation
@override
List<UserMessage> normalizeForAPI() {
return [
createUserMessage(
content: '<file_reference path="$displayPath" />',
isMeta: true,
),
];
}