executeRaw

suspend fun executeRaw(vararg args: Any?): String(source)

Executes a raw call to the specified tool with the provided arguments and returns the result as a string.

Return

the raw output from the tool as a string

Parameters

args

the arguments to be passed to the tool during execution