We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding langchain4j properties to the properties file highlights some as unknown, while others are well recognized. The code contains both properties.
Here is where the property quarkus.langchain4j.timeout is not recognized :
quarkus.langchain4j.timeout
But, if I cmd-click on the log-requests property it sends me to the file containing all the properties, including timeout :
log-requests
timeout
VS Code: 1.92.2 Quarkus plugin: v1.17.0 Project Quarkus : 3.13.3 Project Langchain: quarkus-langchain4j-core:0.17.0
The text was updated successfully, but these errors were encountered:
Indeed that's strange. I need to investigate this issue.
Thanks for reporting the issue.
Sorry, something went wrong.
No branches or pull requests
Adding langchain4j properties to the properties file highlights some as unknown, while others are well recognized. The code contains both properties.
Here is where the property
quarkus.langchain4j.timeout
is not recognized :But, if I cmd-click on the
log-requests
property it sends me to the file containing all the properties, includingtimeout
:VS Code: 1.92.2
Quarkus plugin: v1.17.0
Project Quarkus : 3.13.3
Project Langchain: quarkus-langchain4j-core:0.17.0
The text was updated successfully, but these errors were encountered: