addedInput schema / properties / aiIdea / description
Added value: +"Specific AI or automation idea the user wants evaluated."
addedInput schema / properties / businessContext / description
Added value: +"Short description of the business, customers, offer, and current operating context."
addedInput schema / properties / businessType / description
Added value: +"Type of business being reviewed."
addedInput schema / properties / candidateUseCases / description
Added value: +"Candidate AI workflow ideas to evaluate."
changedInput schema / properties / candidateUseCases / items / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "properties": {
- "availableData": {
- "type": "string"
- },
- "currentControls": {
- "type": "string"
- },
- "customerFacing": {
- "type": "boolean"
- },
- "description": {
- "type": "string"
- },
- "expectedImpact": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "riskIfWrong": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "description"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "description": "Short free-text description of an AI use case the user is considering.",
+ "type": "string"
+ },
+ {
+ "properties": {
+ "availableData": {
+ "description": "Data, examples, documents, or systems available to support the use case.",
+ "type": "string"
+ },
+ "currentControls": {
+ "description": "Existing human review, approval, QA, or escalation controls.",
+ "type": "string"
+ },
+ "customerFacing": {
+ "description": "Whether the use case affects customers directly.",
+ "type": "boolean"
+ },
+ "description": {
+ "description": "What the candidate use case would do.",
+ "type": "string"
+ },
+ "expectedImpact": {
+ "description": "Expected business impact if the use case works well.",
+ "type": "string"
+ },
+ "name": {
+ "description": "Short name of the candidate AI use case.",
+ "type": "string"
+ },
+ "riskIfWrong": {
+ "description": "What could go wrong if the AI output or action is incorrect.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "description"
+ ],
+ "type": "object"
+ }
+]
addedInput schema / properties / currentProblem / description
Added value: +"Main problem the AI opportunities should help solve."
addedInput schema / properties / currentWorkflow / description
Added value: +"Current workflow before AI or automation."
addedInput schema / properties / riskConcerns / description
Added value: +"Concerns about customer trust, brand risk, money, privacy, compliance, or quality control."
addedOutput schema / properties / confidence / description
Added value: +"Confidence level based on the clarity and completeness of the provided business context."
addedOutput schema / properties / missingInformation / description
Added value: +"Information the user should provide to improve diagnostic confidence."
addedOutput schema / properties / opportunities / description
Added value: +"Evaluated AI opportunities with value, readiness, risk, and control guidance."
addedOutput schema / properties / opportunities / items / properties / businessValueScore / description
Added value: +"Relative business value score from 1 to 5."
addedOutput schema / properties / opportunities / items / properties / implementationReadinessScore / description
Added value: +"Relative implementation readiness score from 1 to 5."
addedOutput schema / properties / opportunities / items / properties / name / description
Added value: +"Short name of the AI opportunity."
addedOutput schema / properties / opportunities / items / properties / priority / description
Added value: +"Recommended priority for this opportunity."
addedOutput schema / properties / opportunities / items / properties / recommendedFirstVersion / description
Added value: +"Safest narrow first version of the opportunity to pilot."
addedOutput schema / properties / opportunities / items / properties / requiredHumanControl / description
Added value: +"Human review, approval, or escalation rule required for this opportunity."
addedOutput schema / properties / opportunities / items / properties / summary / description
Added value: +"Public-safe explanation of the opportunity and why it matters."
addedOutput schema / properties / opportunities / items / properties / trustRiskLevel / description
Added value: +"Estimated risk level for the workflow or recommendation."
addedOutput schema / properties / recommendedFirstOpportunity / description
Added value: +"Best first opportunity to consider based on value, readiness, and risk."
addedOutput schema / properties / warnings / description
Added value: +"Warnings about high-risk, premature, or unsafe automation patterns."