karthink

Results 854 comments of karthink

@sonofjon That's enlightening, thanks. I have no idea how to fix a Curl SSL issue, perhaps someone more qualified can chime in.

> Yeah, I don't have the skills ot be of much help on that I am afraid. However, it could be an issue with WSL specifically? Also I am using...

Yup, this is what I expected. Solving this is beyond my capabilities, hence the `help wanted` label.

Are you referring to this service? https://developers.cloudflare.com/workers-ai/get-started/rest-api/

1. `(setq gptel-log-level 'info)` 2. Generate a response 3. Check the `*gptel-log*` buffer and paste the log here.

When `gptel-include-tool-results` is turned on, the buffer is a lossless record of the conversation for the LLM, so truncating the result is not a good idea. To see what I...

I wasn't able to reproduce it. I have `gptel-confirm-tool-calls` set to `t`, so that a confirmation prompt appears in the buffer. The params received are indeed not nil: ![Image](https://github.com/user-attachments/assets/afdf5146-9257-469c-aea6-3d6f1c9e7f5c) When...

1. Turn on tool call confirmation, with `(setq gptel-confirm-tool-calls t)`. 2. Make a request that produces a tool call. You'll get a confirmation prompt 3. Inspect the tool call with...

> is it because the params seems missing second new_string, which leads to paras parsing failure? "arguments" might be invalid JSON returned by the API, in which case there's not...

Looking at line 1061, the tool call argument seems to have been captured correctly on the previous turn: https://gist.github.com/beacoder/170517b00cafac998d03d109f29ac728#file-gistfile1-txt-L1061 So I'm not sure what's going on. At the end of...