-
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): (multiple)(AG-154) fixed tools-functions calls coming back empty #13760
Conversation
18eccd6
to
7ebdfe3
Compare
@fffonion @subnetmarco Let's go |
I'll fix it... |
b5414c2
to
0124b09
Compare
0124b09
to
073ce14
Compare
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.
Also, we need some test for the current fix.
@oowl I am on it |
073ce14
to
6cf4b8b
Compare
@oowl Added tests |
9f6fdbe
to
0142f6f
Compare
d2b0712
to
36adbc9
Compare
9247f35
to
1acaf85
Compare
36adbc9
to
97ee4d1
Compare
3a6bc4f
to
8d862c8
Compare
97ee4d1
to
b99e1de
Compare
b99e1de
to
2aa1d99
Compare
2aa1d99
to
8038a88
Compare
…cks gemini in ai-proxy only
…unction calls coming back empty
8038a88
to
e659e37
Compare
cherry-pick in https://github.com/Kong/kong-ee/pull/10757 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13760-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13760-to-master-to-upstream
git checkout -b cherry-pick-13760-to-master-to-upstream
ancref=$(git merge-base c5199ff0c386bc8091273c8a99d6760eb382f102 e659e37b9832fd57aa970545244dec76d4b23210)
git cherry-pick -x $ancref..e659e37b9832fd57aa970545244dec76d4b23210 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.8.x
git worktree add -d .worktree/backport-13760-to-release/3.8.x origin/release/3.8.x
cd .worktree/backport-13760-to-release/3.8.x
git switch --create backport-13760-to-release/3.8.x
git cherry-pick -x e5f5ca82a96fd860283580d2c1680580909c842e 042848703e56fef53b58b9fa49bf4c38b0b4035f 720ab027a02078ddafe04eb2cdceba799405c81f d19edcfea9fdfaf7733fe4cfeb3df81a8d5b9f27 db9d6ae7a9987e3a29efd20ad66122d3b834813e |
Summary
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
AG-154
AG-155
AG-166