File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ parameter-values:
1313
1414# prompt
1515
16- Generate a QR code for the content '{{content}}' and write the output to the file ` /thread/resources/ qrcode.png ` .
16+ Generate a QR code for the content '{{content}}' and write the output to the file ` /thread/qrcode.png ` .
1717If the command fails, read the man page and try again.
1818If successful, output the path to the generated image in markdown syntax.
1919
Original file line number Diff line number Diff line change 3333 {:image " vonwig/bb:latest"
3434 :thread-id thread-id
3535 :command [(json/generate-string
36- {:directory " /thread/resources " } keyword)
36+ {:directory " /thread" } keyword)
3737 (script/read " src/volumes/collect.clj" )]})
3838 :pty-output
3939 (json/parse-string keyword))
4040 (catch Throwable t
4141 (logger/error t " error collecting mcp resources" )
4242 {})))
4343
44+ (comment
45+ (script/read " src/volumes/collect.clj" ))
46+
4447(comment
4548 (->
4649 (docker/run-container
You can’t perform that action at this time.
0 commit comments