Finish The Goal

GAME Workspace

🎯 Goal

Obtain a successful GAME session with a final_answer in the context.

Complete a GAME Session

A GAME session ends when the agent sets complete: true in its response.

Steps

  1. Run your GAME session from Mission 7.1
  2. Check that the status is success
  3. Open the session and expand Final context
  4. Verify that final_answer contains text

How GAME works

Each iteration, the agent receives: - The original goal - Memory from previous iterations - Available actions (think, finish)

The session ends when the agent returns complete: true.

🔐 Log in to check your mission progress.