wenjin272 commented on issue #947: URL: https://github.com/apache/flink-agents/issues/947#issuecomment-5165608415
Thanks for reporting this @Zhuoxi2000. Confirmed on the latest `main`. `FunctionCall.id` is optional, but an id-less call currently becomes `"null"` in `ToolCallAction`, causing collisions and leaving the follow-up TOOL message without an `externalId`; the second turn then fails to resolve the function name. The proposed synthetic UUID approach looks reasonable, provided synthetic IDs are not sent back to Gemini. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
