arguments property

List<String> arguments
final

Complete argument list in launch order — isolation flags, any system prompt fragment, and the request body (verbatim or stitched, per tool).

Implementation

final List<String> arguments;