Hi there,
I encountered the following issue when using CHATAFL:
json_object_array_get_idx: Assertion `json_object_get_type(jso) == json_type_array' failed.
After debugging, I found that the problem occurs because the LLM grammar parser often fails — the LLM’s output is more flexible and complex currently. When I run CHATAFL multiple times, it fails most of the time (around 9 out of 10 runs).
How can I fix this problem without modifying CHATAFL’s source code?
Hi there,
I encountered the following issue when using CHATAFL:
After debugging, I found that the problem occurs because the LLM grammar parser often fails — the LLM’s output is more flexible and complex currently. When I run CHATAFL multiple times, it fails most of the time (around 9 out of 10 runs).
How can I fix this problem without modifying CHATAFL’s source code?