qizhanchan

Results 11 comments of qizhanchan

Need this feature, could anyone help this? seems blocked now

``` func clearImagickWand(mw *imagick.MagickWand) { mw.RemoveImage() mw.Clear() mw.Destroy() runtime.SetFinalizer(mw, nil) mw = nil }``` RemoveImage worked in my case

@AllenDang any progress or workaround?

I cloned the latest branch and run the demo, the entry's 'select all' focus effect is confusing.

Need function calling too.

To build agents with the ability of LLMs, such as Exec SQLs, Fetch data from API.

I found something interesting that DeepSeek has magic power to match function. Here's my prompt from langchain's idea ``` You have access to the following tools: [ { "name": "get_location",...

But the emulated system prompt takes no effects in the 2nd round user message contents, my solution is move the tool related content and append it to the user content.