import { Logger } from '@nestjs/common'; import { tool } from 'ai'; import { z } from 'zod'; import type { PromptService } from '../prompt'; import type { CopilotProviderFactory } from '../providers'; import { toolError } from './error'; const logger = new Logger('CodeArtifactTool'); /** * A copilot tool that produces a completely self-contained HTML artifact. * The returned HTML must include