You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran an example with codellama34b running with a local ollama setup and wasn't able to see the Reasoning info displayed
We were not able to display the "Reasoning" info the LLM returned as the LLM returned the info as:
# Reasoning
The first step in migrating this code from Java EE to Quarkus is to replace the `@MessageDriven` annotation with a CDI scope annotation like `@ApplicationScoped`. This is because Enterprise Java Beans (EJBs) are not supported in Quarkus, and CDI must be used instead.
instead of
## Reasoning
The first step in migrating this code from Java EE to Quarkus is to replace the `@MessageDriven` annotation with a CDI scope annotation like `@ApplicationScoped`. This is because Enterprise Java Beans (EJBs) are not supported in Quarkus, and CDI must be used instead.
look at the prompt side to get clearer instructions to help nudge the LLM to enforce the output schema we require (for new contributors curious to see how we construct the prompt you can look here kai/reactive_codeplanner/agent/analyzer_fix/agent.py
or see if we can relax our parsing rules to handle a bit of flexibility with LLMs that may struggle to honor our formatting requests.
The text was updated successfully, but these errors were encountered:
I ran an example with codellama34b running with a local ollama setup and wasn't able to see the Reasoning info displayed

We were not able to display the "Reasoning" info the LLM returned as the LLM returned the info as:
instead of
Trace info here from the response of the LLM
https://gist.github.com/jwmatthews/2df46a61d5cc2252d7a49bf8a1768da6
I'm suggesting we consider either:
The text was updated successfully, but these errors were encountered: