@deskcreate/agentcraft
Preparing search index...
team
TeamResponse
Interface TeamResponse
interface
TeamResponse
{
agentsUsed
:
number
;
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
;
rounds
:
number
;
runId
?:
string
;
selection
?:
{
activeSkills
:
string
[]
;
executedToolCalls
?:
number
;
exposedTools
:
string
[]
;
skillActivation
:
"auto"
|
"always"
|
"directive-only"
;
toolSelection
:
"auto"
|
"all"
;
}
;
structuredResponse
?:
unknown
;
tokensUsed
:
TokenUsage
;
toolCalls
?:
ToolCall
[]
;
trace
?:
TeamTrace
[]
;
traceSpans
?:
TraceSpan
[]
;
}
Hierarchy (
View Summary
)
AgentResponse
TeamResponse
Index
Properties
agents
Used
cache?
content
cost
finish
Reason
model
prompt
Provenance?
provider
rounds
run
Id?
selection?
structured
Response?
tokens
Used
tool
Calls?
trace?
trace
Spans?
Properties
Readonly
agents
Used
agentsUsed
:
number
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
Readonly
rounds
rounds
:
number
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
Readonly
trace
trace
?:
TeamTrace
[]
Optional
Readonly
trace
Spans
traceSpans
?:
TraceSpan
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agents
Used
cache
content
cost
finish
Reason
model
prompt
Provenance
provider
rounds
run
Id
selection
structured
Response
tokens
Used
tool
Calls
trace
trace
Spans
@deskcreate/agentcraft
Loading...