Hi, I tried some scenarios with LLM, all of them failed:
-
Inside a dagger session, I tried
llmbut it gave this error:! Post "http://dagger/query": unexpected EOF -
I couldn't find this error elsewhere, even on this server. I found this [reply](#1346303706995626004 message) inside a thread about LLM, so I tried the command and this was the output:
$ dagger <<'EOF'
llm | with-container $(container | from alpine) | with-prompt "you have access to a container. Install everything needed to develop in Python" | container | publish ttl.sh/my-python-dev-container
EOF
✔ connect 1.4s
✔ loading type definitions 0.2s
A new release of dagger is available: v0.18.0 → v0.18.1
To upgrade, see https://docs.dagger.io/install
https://github.com/dagger/dagger/releases/tag/v0.18.1
Error: no function "with-container" in type "LLM"
How can I make it work?