adamglin0

Results 13 comments of adamglin0

This issue has not made any progress for a long time...

> Anyone can explain, what would it take to support languages or if someone wants to start on it, where they can start? zed doesn't have a plugin system yet,...

> https://github.com/Web3123/v2ray 这是项目地址 The link returns 404.

> It's already supported. https://ai.google.dev/gemini-api/docs/function-calling/tutorial?lang=dart I try function call by this post, but is not works. Gemini return this: ``` I need to access a live exchange rate API to...

@MrCsabaToth Sorry, if I set model as 'gemini-1.5-flash' it works!

> Actually now I'm at the point that I'm trying function calling and it doesn't seem to be working. I was providing a function to retrieve weather data. I tried...

> > > Actually now I'm at the point that I'm trying function calling and it doesn't seem to be working. I was providing a function to retrieve weather data....

@MrCsabaToth I can no longer reproduce the issue. But I can tell you how I resolved it. 1. After I found the same error, I tried this document. But still...

> Hi, @adamglin0 , thank you very much for the fix. Would it be possible to add deserialization test to avoid regressions in the future. Is there any known json...

In Koog source code, the nullability of `finishReason` is inconsistent. Below is the current data class. ``` kotlin @Serializable public class OpenAIStreamChoice( public val delta: OpenAIStreamDelta, public val finishReason: String?...