quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
134 stars 80 forks source link

When possible, automatically fill in the system message in the chat page #529

Closed jmartisk closed 4 months ago

jmartisk commented 5 months ago

One problem with the chat Dev UI page is that it automatically picks up available tools, but if the application contains an AI Service that declares a system message, that system message isn't applied automatically. Some users might find this confusing. Maybe, in some basic cases, where there's a single AI Service and it declares a system message, the Chat page could pre-populate this system message?