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.
Parameters
Section titled “Parameters”options
Section titled “options”RunAddAiFeatureCommandOptions
Command options for the AI feature scaffold workflow.
Returns
Section titled “Returns”Promise<{ aiFeatureSlug: string; namespace: string; projectDir: string; warnings: string[]; }>
Resolved scaffold metadata for the created AI feature.