toggle menu
trailblaze-models
common
switch theme
search in API
trailblaze-models
/
xyz.block.trailblaze.agent.model
/
AgentTaskStatusData
Agent
Task
Status
Data
data
class
AgentTaskStatusData
(
val
taskId
:
String
,
val
prompt
:
String
,
val
callCount
:
Int
,
val
taskStartTime
:
<Error class: unknown class>
,
val
totalDurationMs
:
Long
)
Members
Constructors
Agent
Task
Status
Data
Link copied to clipboard
constructor
(
taskId
:
String
,
prompt
:
String
,
callCount
:
Int
,
taskStartTime
:
<Error class: unknown class>
,
totalDurationMs
:
Long
)
Properties
call
Count
Link copied to clipboard
val
callCount
:
Int
prompt
Link copied to clipboard
val
prompt
:
String
task
Id
Link copied to clipboard
val
taskId
:
String
task
Start
Time
Link copied to clipboard
val
taskStartTime
:
<Error class: unknown class>
total
Duration
Ms
Link copied to clipboard
val
totalDurationMs
:
Long