Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
agent-runner
AgentApprovalSuspend
Interface AgentApprovalSuspend
The tool-call identity parsed out of an agent approval suspend payload.
interface
AgentApprovalSuspend
{
args
?:
Record
<
string
,
unknown
>
;
toolCallId
?:
string
;
toolName
?:
string
;
}
Index
Properties
args?
tool
Call
Id?
tool
Name?
Properties
Optional
args
args
?:
Record
<
string
,
unknown
>
Optional
tool
Call
Id
toolCallId
?:
string
Optional
tool
Name
toolName
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
args
tool
Call
Id
tool
Name
Documentation
GitHub
Anchorage API reference
Loading...
The tool-call identity parsed out of an agent approval suspend payload.