Skip to content

runAddAiFeatureCommand

runAddAiFeatureCommand(options): Promise<{ aiFeatureSlug: string; namespace: string; projectDir: string; warnings: string[]; }>

Defined in: wp-typia-project-tools/src/runtime/cli-add-workspace-ai.ts:436

Scaffold a workspace-level server-only AI feature endpoint and synchronize its typed REST plus AI-schema artifacts.

RunAddAiFeatureCommandOptions

Command options for the AI feature scaffold workflow.

Promise<{ aiFeatureSlug: string; namespace: string; projectDir: string; warnings: string[]; }>

Resolved scaffold metadata for the created AI feature.