-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix(ai-proxy): (Bedrock)(Gemini)(AG-154) fixed tools-functions calls coming back empty #13760
base: master
Are you sure you want to change the base?
Conversation
18eccd6
to
7ebdfe3
Compare
return new_r, "application/json", nil | ||
end | ||
|
||
local new_r = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was all duplicate from some rebase... somehow.
@fffonion @subnetmarco Let's go |
I'll fix it... |
@@ -51,6 +57,48 @@ local function to_tool_config(request_table) | |||
} | |||
end | |||
|
|||
local function to_tools(in_tools) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's have a happy path test for this, to ensure the in and out format
b5414c2
to
0124b09
Compare
0124b09
to
073ce14
Compare
Summary
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
AG-154
AG-155