LocalShellCall¶
This docs was updated at: 2026-02-23
com.paragon.responses.spec.LocalShellCall · Class
Extends ToolCall · Implements Item, ResponseOutput
A tool call to run a command on the local shell.
Methods¶
LocalShellCall¶
public LocalShellCall(
@NonNull LocalShellAction action,
@NonNull String callId,
@NonNull String id,
@NonNull String status)
@param action Execute a shell command on the server. See LocalShellAction
Parameters
| Name | Description |
|---|---|
callId |
The unique ID of the local shell tool call generated by the model. |
id |
The unique ID of the local shell call. |
status |
The status of the local shell call. |