Uses of Class
org.machanism.machai.ai.tools.LimitedStringBuilder
Packages that use LimitedStringBuilder
Package
Description
Host-side function tooling for integrating controlled local capabilities with a
Genai provider.-
Uses of LimitedStringBuilder in org.machanism.machai.ai.tools
Methods in org.machanism.machai.ai.tools that return LimitedStringBuilderModifier and TypeMethodDescriptionAppends text to this builder, trimming any excess characters from the start to stay within the configured maximum size.Methods in org.machanism.machai.ai.tools with parameters of type LimitedStringBuilderModifier and TypeMethodDescription(package private) StringCommandFunctionTools.waitAndCollect(Process process, Future<?> stdoutFuture, Future<?> stderrFuture, LimitedStringBuilder output, String commandId) Waits for the process to finish (up toCommandFunctionTools.processTimeoutSeconds) and then returns collected output.