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 7025618 commit bd6d6a6Copy full SHA for bd6d6a6
src/prompts.clj
@@ -63,7 +63,7 @@
63
(json/parse-string pty-output keyword))]
64
(if-let [extractor-name (:name container-definition)]
65
{(keyword extractor-name) context}
66
- context)))))
+ (if (map? context) context {(or (keyword (:output-handler container-definition)) :extractor) context}))))))
67
(catch Throwable ex
68
(jsonrpc/notify
69
:error
0 commit comments