@@ -29988,13 +29988,71 @@ paths:
2998829988 requestBody:
2998929989 content:
2999029990 application/json:
29991+ example:
29992+ model: 'typesafe/jev-1.13'
29993+ questions:
29994+ is_bug:
29995+ criteria:
29996+ 'false': 'The customer is asking a question or requesting a feature.'
29997+ 'true': 'The customer describes broken or unexpected product behavior.'
29998+ instructions: 'Is the customer reporting a software defect?'
29999+ type: 'noul'
30000+ team:
30001+ criteria:
30002+ account: 'Login, permissions, or profile issues.'
30003+ frontend: 'Rendering, layout, or browser compatibility issues.'
30004+ payments: 'Checkout, billing, or payment processing issues.'
30005+ instructions: 'Which team should own this ticket?'
30006+ type: 'choice'
30007+ urgency:
30008+ criteria:
30009+ - 'Can wait for the next release'
30010+ - 'Should be fixed this week'
30011+ - 'Blocking revenue right now'
30012+ instructions: 'How urgent is this ticket?'
30013+ type: 'score'
30014+ state:
30015+ customer_tier: 'enterprise'
30016+ ticket: 'My checkout page shows a blank screen after I click Pay. I have tried two browsers.'
2999130017 schema:
2999230018 $ref: '#/components/schemas/DecisionsRequest'
2999330019 required: true
2999430020 responses:
2999530021 '200':
2999630022 content:
2999730023 application/json:
30024+ example:
30025+ answers:
30026+ is_bug:
30027+ noul: 0.96
30028+ type: 'noul'
30029+ team:
30030+ choice: 'payments'
30031+ confidence: 0.75
30032+ probabilities:
30033+ account: 0
30034+ frontend: 0.16
30035+ payments: 0.84
30036+ type: 'choice'
30037+ urgency:
30038+ confidence: 0.99
30039+ legend:
30040+ '0': 'Can wait for the next release'
30041+ '1': 'Should be fixed this week'
30042+ '2': 'Blocking revenue right now'
30043+ probabilities:
30044+ '0': 0
30045+ '1': 0.01
30046+ '2': 0.99
30047+ score: 1.99
30048+ type: 'score'
30049+ id: 'gen-dec-1789738314-X5e5eKGQdvR9rblyX250'
30050+ model: 'typesafe/jev-1.13-20260917'
30051+ provider: 'TypeSafe'
30052+ usage:
30053+ cost: 0.000019992
30054+ input_tokens: 476
30055+ output_tokens: 70
2999830056 schema:
2999930057 $ref: '#/components/schemas/DecisionsResponse'
3000030058 description: 'Decisions response'
0 commit comments