Create task_intent_extraction_engine.json
Browse files
task_intent_extraction_engine.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "intent-extraction",
|
| 3 |
+
"input_format": "natural-language",
|
| 4 |
+
"output_format": "structured-task",
|
| 5 |
+
"context_aware": true,
|
| 6 |
+
"humanoid_ready": true
|
| 7 |
+
}
|