Text
Structured extraction
Convert operational text into the fixed structured-summary schema supported by Perigee-1-text.
OrbitalsAI structured extraction currently uses the structured summarization style. It returns a fixed six-field object; arbitrary user-defined JSON schemas are not supported.
Output
| Field | Behavior |
|---|---|
summary | High-level English summary. |
customer_issue | Main issue, or null when it is not stated. |
sentiment | Model-produced sentiment value, or null. |
resolution_status | Resolution state inferred from the text, or null. |
next_action | Stated follow-up, or null. |
important_entities | Model-produced list; empty when none are found. |
Validate the returned object before writing it to operational systems. Treat nullable fields as “not stated,” and verify model-produced entities when they drive an action.
Structured summaries are synchronous or asynchronous, but do not stream.