Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function calling support Open AI #276

Open
thileebanvetrivel opened this issue Jan 14, 2025 · 1 comment
Open

Function calling support Open AI #276

thileebanvetrivel opened this issue Jan 14, 2025 · 1 comment
Labels
feature request New feature or request

Comments

@thileebanvetrivel
Copy link

Describe the Problem

I am able to setup function calling for Open AI APIs and I get correct response from Open AI back, but not able to register my functions as beans similar to Spring AI to do the call back. Need a feature similar to Spring AI to do function call back

Propose a Solution

Implement function call back support which is already available in Spring AI for Open AI

Describe Alternatives

No response

Affected Development Phase

Development

Impact

Blocked

Timeline

I would like this in the next couple of weeks for our building our AI Agent using SAP gen AI

@thileebanvetrivel thileebanvetrivel added the feature request New feature or request label Jan 14, 2025
@MatKuhr
Copy link
Member

MatKuhr commented Jan 15, 2025

We are working on supporting Spring AI (see e.g. #278). However, this will come for Orchestration service first, but we intend to also include the direct OpenAI access. However, orchestration is also adding support for function calling, so this might also be an option for you.

But until then, you'd have to write the callback logic manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants