Skip to content

Bug: attempt_completion toolcall is often written in plaintext json instead of called #3

@Mushoz

Description

@Mushoz

Tool calls are working extremely well with the proxy now that I fixed my user error for stuff like opening files, editing files, searching the codebase etc. However, the attempt_completion tool call is often being called in plaintext json, eg returned as text in the chat:

{
"name": "attempt_completion",
"arguments": {
"result": "Result text here"
}
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions