AiBuildFormInput
No description
input AiBuildFormInput {
prompt: String!
name: String!
folderId: ID
icpId: ID
}
Fields
AiBuildFormInput.prompt ● String! non-null scalar
AiBuildFormInput.name ● String! non-null scalar
The asset name the user typed in the Create dialog. Preflighted against the same uniqueness rule the matching createForm mutation enforces; a duplicate short-circuits before any LLM tokens are spent.
AiBuildFormInput.folderId ● ID scalar
Destination folder. null for root. Pairs with name for the uniqueness preflight.
AiBuildFormInput.icpId ● ID scalar
Optional ICP id from the product's Customer Discovery output. When provided, the agent injects an Audience for this artifact block into the system prompt so generated copy targets the chosen persona.
Member Of
aiBuildForm mutation


