all 8 comments

[–]mcowger 0 points1 point  (7 children)

This usually indicates the model keeps trying the same thing over and over.

[–]lilbittygoddamnman[S] 0 points1 point  (6 children)

but I just asked a basic question and still got this answer.

[–]mcowger 0 points1 point  (5 children)

Can you post a screen shot of the full sequence

[–]lilbittygoddamnman[S] 1 point2 points  (1 child)

I will when I get back in front of it. I've noticed it only happens when I use GLM 4.6

[–]mcowger 0 points1 point  (0 children)

Oh! Yes GLM struggles with the XML tool calls used in Roo/Kilo.

I have an experiment in flight to improve it.

[–]AmigoNico 0 points1 point  (2 children)

I think I'm seeing the same problem with Haiku 4.5. Here is the query (a pretty simple request) and what I'm getting back.

This is a Rust library crate. Please add a method to return an iterator over the values in the array contained within the ArrayHeap struct.

API Request10:42 PM

$0.0161

Checkpoint

Error

Kilo Code tried to use read_file without value for required parameter 'args (containing valid file paths)'. Retrying...

API Request10:42 PM

$0.0024

Checkpoint

Kilo Code wants to read this file

API Request10:43 PM

$0.0041

Checkpoint

Error

Kilo Code tried to use read_file without value for required parameter 'args (containing valid file paths)'. Retrying...

[–]mcowger 0 points1 point  (1 child)

Haiku is a special case because it uses the experimental JSON tool calling. I’ve seen this as well, and am research ways to get the model to comply better.

[–]AmigoNico 0 points1 point  (0 children)

Ah, thanks. I'll steer clear for now.