Read Session Output
fc_read_outputRetrieve output from a running session. Optionally clear the output after reading to start fresh.
Instructions
Reads the output of a running session.
Args:
session_id (string): Session ID from fc_start_session
clear (boolean, optional): Clear output after reading
Returns:
Collected output since start/last clear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear output | |
| session_id | Yes | Session ID |