@conciergus/chat - v0.3.1
Preparing search index...
hooks
AgentStep
Interface AgentStep
interface
AgentStep
{
id
:
string
;
type
:
"error"
|
"thinking"
|
"tool_call"
|
"decision"
|
"response"
;
status
:
"pending"
|
"executing"
|
"completed"
|
"failed"
|
"cancelled"
;
startTime
:
Date
;
endTime
?:
Date
;
duration
?:
number
;
content
?:
string
;
reasoning
?:
string
;
decision
?:
{
action
:
string
;
confidence
:
number
;
alternatives
:
string
[]
}
;
toolCall
?:
{
name
:
string
;
arguments
:
any
;
result
?:
any
;
error
?:
string
}
;
metadata
?:
{
model
:
string
;
tokens
?:
{
input
:
number
;
output
:
number
;
total
:
number
}
;
cost
?:
number
;
complexity
?:
number
;
}
;
}
Index
Properties
id
type
status
start
Time
end
Time?
duration?
content?
reasoning?
decision?
tool
Call?
metadata?
Properties
id
id
:
string
type
type
:
"error"
|
"thinking"
|
"tool_call"
|
"decision"
|
"response"
status
status
:
"pending"
|
"executing"
|
"completed"
|
"failed"
|
"cancelled"
start
Time
startTime
:
Date
Optional
end
Time
endTime
?:
Date
Optional
duration
duration
?:
number
Optional
content
content
?:
string
Optional
reasoning
reasoning
?:
string
Optional
decision
decision
?:
{
action
:
string
;
confidence
:
number
;
alternatives
:
string
[]
}
Optional
tool
Call
toolCall
?:
{
name
:
string
;
arguments
:
any
;
result
?:
any
;
error
?:
string
}
Optional
metadata
metadata
?:
{
model
:
string
;
tokens
?:
{
input
:
number
;
output
:
number
;
total
:
number
}
;
cost
?:
number
;
complexity
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
type
status
start
Time
end
Time
duration
content
reasoning
decision
tool
Call
metadata
@conciergus/chat - v0.3.1
Loading...