@runloop/agent-axon-client
Preparing search index...
claude
SDKTaskNotificationMessage
Type Alias SDKTaskNotificationMessage
type
SDKTaskNotificationMessage
=
{
output_file
:
string
;
session_id
:
string
;
status
:
"completed"
|
"failed"
|
"stopped"
;
subtype
:
"task_notification"
;
summary
:
string
;
task_id
:
string
;
tool_use_id
?:
string
;
type
:
"system"
;
usage
?:
{
duration_ms
:
number
;
tool_uses
:
number
;
total_tokens
:
number
}
;
uuid
:
UUID
;
}
Index
Claude SDK
output_
file
session_
id
status
subtype
summary
task_
id
tool_
use_
id?
type
usage?
uuid
Claude SDK
output_
file
output_file
:
string
session_
id
session_id
:
string
status
status
:
"completed"
|
"failed"
|
"stopped"
subtype
subtype
:
"task_notification"
summary
summary
:
string
task_
id
task_id
:
string
Optional
tool_
use_
id
tool_use_id
?:
string
type
type
:
"system"
Optional
usage
usage
?:
{
duration_ms
:
number
;
tool_uses
:
number
;
total_tokens
:
number
}
uuid
uuid
:
UUID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Claude SDK
output_
file
session_
id
status
subtype
summary
task_
id
tool_
use_
id
type
usage
uuid
@runloop/agent-axon-client
Loading...