executeRaw

suspend fun executeRaw(args: TArgs): String(source)

Executes a raw tool call with the given arguments, returning the resulting content as a string.

Return

The content of the response from executing the tool.

Parameters

args

The arguments to encode and use in the tool call.