Concept for Callbacks for Events within Spring AI Framework #960
              
                Unanswered
              
          
                  
                    
                      henningSaulCM
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 4 replies
-
| 
         Hello! Would Function Calling work for what you are interested in doing? https://docs.spring.io/spring-ai/reference/api/functions.html With Spring AI, you can give the AI model functions to invoke to complete a request.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm relatively knew to Spring AI (and AI in general). I'm currently looking into re-implementing a demo application (built using some other AI framework) using Spring AI. That other AI framework has some concept and mechanism for "Callbacks" to respond to events within the framework, e.g. calling function/tool, function/tool returned with result, etc. The demo application returns those "events" to the frontend to provide some feedback to the user for the current request, e.g.
Is there a similar concept in Spring AI (existing or planned) or can you think of alternative approaches to expose the internal steps of the framework to the end user/in a client request?
Your feedback is much appreciated!
--Henning
Beta Was this translation helpful? Give feedback.
All reactions