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