Uses of Class
com.github.copilot.rpc.LargeToolOutputConfig
Packages that use LargeToolOutputConfig
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of LargeToolOutputConfig in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return LargeToolOutputConfigModifier and TypeMethodDescriptionCreateSessionRequest.getLargeOutput()Gets large output config.ResumeSessionConfig.getLargeOutput()Gets the configuration for large tool output handling.ResumeSessionRequest.getLargeOutput()Gets large output config.SessionConfig.getLargeOutput()Gets the configuration for large tool output handling.LargeToolOutputConfig.setEnabled(Boolean enabled) Sets whether large tool output handling is enabled.LargeToolOutputConfig.setMaxSizeBytes(Long maxSizeBytes) Sets the maximum tool output size in bytes before it is redirected to a file.LargeToolOutputConfig.setOutputDirectory(String outputDirectory) Sets the directory where large tool output files are written.Methods in com.github.copilot.rpc with parameters of type LargeToolOutputConfigModifier and TypeMethodDescriptionvoidCreateSessionRequest.setLargeOutput(LargeToolOutputConfig largeOutput) Sets large output config.ResumeSessionConfig.setLargeOutput(LargeToolOutputConfig largeOutput) Sets the configuration for large tool output handling.voidResumeSessionRequest.setLargeOutput(LargeToolOutputConfig largeOutput) Sets large output config.SessionConfig.setLargeOutput(LargeToolOutputConfig largeOutput) Sets the configuration for large tool output handling.