Code correctness
the functions like game.move or game.down which are supposed to be assigned only once per game seem to be getting assigned multiple values. Either the system prompt or training data should enforce that these functions can be assigned only once per game, unless they are assigned through some other callback / flow.
2
Be the first to comment