Initial goal and session outcome coming from LLM.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Outcome", "title": "Outcome", "type": "object", "description": "Initial goal and session outcome coming from LLM.", "properties": { "description": { "type": "string", "nullable": true, "maxLength": 10000, "minLength": 1 }, "success": { "type": "boolean", "nullable": true } } }