Dino Data Workflow Routing Preview: training models to route, structure, and prepare actions instead of only replying

Dino Data Workflow Routing Preview is a focused dataset bundle for training assistants to recognize workflow intent, route requests more appropriately, and produce structured action-ready outputs instead of only generating generic replies.

This preview includes capability slices for connector intent detection, connector action mapping, deeplink routing, document export behavior, and packaging-oriented structured outputs.

Example
Before: a model replies conversationally to an action-oriented request.
After: the model recognizes that the request implies a workflow and responds in a way that prepares the next execution step.

Load with:

from datasets import load_dataset

ds = load_dataset("DinoDS/dino-data-workflow-routing-preview")

More capability bundles: dinodsai.com

1 Like