Rod Johnson

Results 43 comments of Rod Johnson

It must be possible to disable ST completely and pass a literal string. This will enable using an external template mechanism.

Agree re hybrid search. Reranking perhaps should be an advisor though.

This is another example of the problem caused by inability to turn off ST templating, which has prompted several other issues. JSON few shot examples are a very common requirement....

This is becoming increasingly urgent, as `gpt-4.1-mini` is more and more often failing to respect JSON schema appended to the prompt. It's possible to work around it with few shot...

I agree this is a good idea. Now we have the ability to include and exclude tools we should probably not bring anything in by default on startup.

The `AchievesGoal` annotation works by looking at the return type of the goal action method. Otherwise it would be impossible to determine which was the goal type if there were...

Should monitor [this Spring AI issue](https://github.com/spring-projects/spring-ai/issues/3513). It's possible thinking will surface in Spring AI

Currently Embabel works with the latest GA, `3.5.7`. Unsure of breakages 4.0 may bring--possibly due to the greater modularity. We will consider after 4.0 goes GA.

Spring Boot 4.0 is now GA. `CustomErrorController` implements the `org.springframework.boot.web.servlet.error.ErrorController` tag interface, which has moved. This needs to be fixed as a minimum. I believe there are alternatives to using...