analyze_japanese
Deterministically parse Japanese text to extract intents, references, metaphors, contradictions, and guard results, producing ordered Task Packets for safe structured processing.
Instructions
Deterministically analyze Japanese text into intents, references, metaphors, contradictions, guard results, and ordered Task Packets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deadline_ms | No | ||
| original_text | Yes | ||
| analysis_depth | No | auto | |
| execution_mode | No | analysis | |
| known_entities | No | ||
| protected_elements | No | ||
| conversation_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | ||
| tokens | No | ||
| intents | No | ||
| metrics | No | ||
| timeouts | No | ||
| versions | No | ||
| metaphors | No | ||
| references | No | ||
| ambiguities | No | ||
| analysis_path | Yes | ||
| original_text | Yes | ||
| contradictions | No | ||
| overall_status | Yes | ||
| blocked_reasons | No | ||
| normalized_text | Yes | ||
| execution_allowed | Yes | ||
| missing_information | No | ||
| unsupported_elements | No |