We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b0cbd commit ef2e70aCopy full SHA for ef2e70a
1 file changed
test/eca/features/tools/todo_test.clj
@@ -56,15 +56,15 @@
56
result (handler {"op" "read"} {:db db :chat-id "c1"})]
57
(is (match? {:details {:type :todo
58
:goal "Test Goal"
59
- :inProgressTaskIds [1]
+ :in-progress-task-ids [1]
60
:tasks [{:id 1
61
:content "Task 1"
62
:status "in-progress"
63
:priority "high"
64
- :isBlocked false
65
- :doneWhen "criteria"}]
+ :is-blocked false
+ :done-when "criteria"}]
66
:summary {:done 0
67
- :inProgress 1
+ :in-progress 1
68
:pending 0
69
:total 1}}}
70
result))))
@@ -458,7 +458,7 @@
458
:details {:type :todo
459
:goal "Goal"
460
:tasks []
461
- :summary {:done 0 :inProgress 0 :pending 0 :total 0}}
+ :summary {:done 0 :in-progress 0 :pending 0 :total 0}}
462
:contents [{:type :text :text "TODO created"}]}
463
details (f.tools/tool-call-details-after-invocation
464
:todo
0 commit comments