Skip to content

Commit

Permalink
Update core/runtime/src/main/java/io/quarkiverse/langchain4j/Register…
Browse files Browse the repository at this point in the history
…AiService.java

Co-authored-by: Clement Escoffier <[email protected]>
  • Loading branch information
geoand and cescoffier authored Dec 7, 2023
1 parent 645cc73 commit 1fe1446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* while also providing the builder with the proper {@link ChatLanguageModel} bean (mandatory), {@code tools} bean (optional),
* {@link ChatMemoryProvider} and {@link Retriever} beans (which by default are configured if such beans exist).
* <p>
* NOTE: The resulting CDI bean is {@link jakarta.enterprise.context.RequestScoped} be default. If you need to change the scope,
* NOTE: The resulting CDI bean is {@link jakarta.enterprise.context.RequestScoped} by default. If you need to change the scope,
* simply annotate the class with a CDI scope.
* CAUTION: When using anything other than the request scope, you need to be very careful with the chat memory implementation.
* <p>
Expand Down

0 comments on commit 1fe1446

Please sign in to comment.