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
OpenAI python client application calls a Spring AI application. The Spring AI Server is configured so that functional calling does not invoke a local (JVM) Java function, but calls back to to the python client application. Consider the case of how this solution looks for the case where there are advisors that would be invoked after the assistant message is returned and function calling is complete.
Current Behavior
Not sure if the current interfaces accommodate this use case.