-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile time check if chat memory is required #86
Comments
Which example are you talking about? |
Ah, sorry, the one from the quickstart guide: https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html. So I have
and I added a dummy EmailService like here: https://docs.quarkiverse.io/quarkus-langchain4j/dev/agent-and-tools.html#_declaring_a_tool but it only logs the content.
|
Thanks. I'll look into it |
geoand
added a commit
that referenced
this issue
Dec 5, 2023
#92 fixes the issue |
geoand
added a commit
that referenced
this issue
Dec 5, 2023
geoand
added a commit
that referenced
this issue
Dec 5, 2023
Fail at build time when tools set and no memory provided
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tried the example from the guide and forgot about adding the chat memory / chat memory provider. The code compiles and quarkusDev is starting but when I try to use it, it fails with
It would be great if the extension could detect this during build time to avoid having runtime issues.
The text was updated successfully, but these errors were encountered: