export function buildPropImagePromptCore(params: { description: string }): string { return params.description.trim() }