updating openenv.yaml
Browse files- openenv.yaml +6 -29
openenv.yaml
CHANGED
|
@@ -1,29 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
difficulty: easy
|
| 8 |
-
max_turns: 1
|
| 9 |
-
- id: medium
|
| 10 |
-
description: Retrieve the correct FAQ answer for a query or decide to escalate
|
| 11 |
-
difficulty: medium
|
| 12 |
-
max_turns: 2
|
| 13 |
-
- id: hard
|
| 14 |
-
description: Resolve an ambiguous multi-turn support conversation within 6 turns
|
| 15 |
-
difficulty: hard
|
| 16 |
-
max_turns: 6
|
| 17 |
-
action_space:
|
| 18 |
-
- classify
|
| 19 |
-
- lookup_faq
|
| 20 |
-
- ask_clarification
|
| 21 |
-
- reply
|
| 22 |
-
- escalate
|
| 23 |
-
- resolve_ticket
|
| 24 |
-
observation_space:
|
| 25 |
-
- ticket_text
|
| 26 |
-
- conversation_history
|
| 27 |
-
- knowledge_base
|
| 28 |
-
- available_categories
|
| 29 |
-
- turn_number
|
|
|
|
| 1 |
+
spec_version: 1
|
| 2 |
+
name: helpdesk_env
|
| 3 |
+
type: space
|
| 4 |
+
runtime: fastapi
|
| 5 |
+
app: server.app:app
|
| 6 |
+
port: 8000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|