@deskcreate/agentcraft
Preparing search index...
index
AgentResponse
Interface AgentResponse
interface
AgentResponse
{
cache
?:
{
bypassed
:
boolean
;
corrupt
:
number
;
estimatedSavedTokens
:
number
;
hits
:
number
;
misses
:
number
;
oversized
:
number
;
skippedUnsafe
:
number
;
stale
:
number
;
toolCallsAvoided
:
number
;
writes
:
number
;
}
;
content
:
string
;
cost
:
number
;
finishReason
:
FinishReason
;
model
:
string
;
promptProvenance
?:
{
assembled
:
boolean
;
promptDir
?:
string
;
promptFile
?:
string
;
source
:
"file"
|
"inline"
|
"dir"
;
}
;
provider
:
string
;
runId
?:
string
;
selection
?:
{
activeSkills
:
string
[]
;
executedToolCalls
?:
number
;
exposedTools
:
string
[]
;
skillActivation
:
"auto"
|
"always"
|
"directive-only"
;
toolSelection
:
"auto"
|
"all"
;
}
;
structuredResponse
?:
unknown
;
tokensUsed
:
TokenUsage
;
toolCalls
?:
ToolCall
[]
;
trace
?:
unknown
[]
;
}
Hierarchy (
View Summary
)
AgentResponse
TeamResponse
Index
Properties
cache?
content
cost
finish
Reason
model
prompt
Provenance?
provider
run
Id?
selection?
structured
Response?
tokens
Used
tool
Calls?
trace?
Properties
Optional
cache
cache
?:
{
bypassed
:
boolean
;
corrupt
:
number
;
estimatedSavedTokens
:
number
;
hits
:
number
;
misses
:
number
;
oversized
:
number
;
skippedUnsafe
:
number
;
stale
:
number
;
toolCallsAvoided
:
number
;
writes
:
number
;
}
content
content
:
string
cost
cost
:
number
finish
Reason
finishReason
:
FinishReason
model
model
:
string
Optional
prompt
Provenance
promptProvenance
?:
{
assembled
:
boolean
;
promptDir
?:
string
;
promptFile
?:
string
;
source
:
"file"
|
"inline"
|
"dir"
;
}
provider
provider
:
string
Optional
run
Id
runId
?:
string
Optional
selection
selection
?:
{
activeSkills
:
string
[]
;
executedToolCalls
?:
number
;
exposedTools
:
string
[]
;
skillActivation
:
"auto"
|
"always"
|
"directive-only"
;
toolSelection
:
"auto"
|
"all"
;
}
Optional
structured
Response
structuredResponse
?:
unknown
tokens
Used
tokensUsed
:
TokenUsage
Optional
tool
Calls
toolCalls
?:
ToolCall
[]
Optional
trace
trace
?:
unknown
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
content
cost
finish
Reason
model
prompt
Provenance
provider
run
Id
selection
structured
Response
tokens
Used
tool
Calls
trace
@deskcreate/agentcraft
Loading...