You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the prompts / messages for the judging player should include the entire history of the game.
it should be constructed from scratch each time it's a player's turn to judge.
the function will need to take the game state as input as well as which player it is
the messages for each player should be assistant messages if it was something that exact player had done earlier. otherwise user messages showing what other players did.
the judge "thinking" should be visible to all players". The red card thinking should only be visible to the player who did it.
the first message should be a system message saying they are playing apples to apples
the last message should be the instructions for judging
The text was updated successfully, but these errors were encountered:
the prompts / messages for the judging player should include the entire history of the game.
it should be constructed from scratch each time it's a player's turn to judge.
the function will need to take the game state as input as well as which player it is
the messages for each player should be assistant messages if it was something that exact player had done earlier. otherwise user messages showing what other players did.
the judge "thinking" should be visible to all players". The red card thinking should only be visible to the player who did it.
the first message should be a system message saying they are playing apples to apples
the last message should be the instructions for judging
The text was updated successfully, but these errors were encountered: