Experiments, write

Conclude experiment

Record the person's own conclusion once the window is over: keep, change, stop, unclear. Never pick one for them, and never call this before they have said which. 'unclear' means not enough evidence and is a real answer, as ordinary as the other three: The window closed without enough to tell. That is a real answer. Sonket refuses while the window is still open. It spends nothing.

write

MCP

Tool nameconclude_experiment
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "conclude_experiment",
    "arguments": {
      "project_id": "<uuid>",
      "conclusion": "<keep | change | stop | unclear>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

conclusionrequiredkeep | change | stop | unclear

keep: It went well enough to carry on doing as it is. change: Worth another run with one thing different. stop: Not worth doing again. unclear: The window closed without enough to tell. That is a real answer.

Returns

The project with no experiment running, and the one just concluded as its last.