By default, sessions write large outputs to the $TMP directory (e.g. /tmp/1782206406834-copilot-tool-output-s4fxvs.txt). We tried to set LargeOutput to redirect the files to a different directory but it doesn't seem to be change the target directory:
config.LargeOutput = new LargeToolOutputConfig
{
Enabled = true,
MaxSizeBytes = 2_000,
OutputDirectory = outputDir,
}
By default, sessions write large outputs to the
$TMPdirectory (e.g./tmp/1782206406834-copilot-tool-output-s4fxvs.txt). We tried to setLargeOutputto redirect the files to a different directory but it doesn't seem to be change the target directory: