Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
ToolApiChangeResult
Interface ToolApiChangeResult
Detect tool API changes by comparing tool call patterns
interface
ToolApiChangeResult
{
changes
:
{
changeType
:
|
"new_tool"
|
"removed_tool"
|
"signature_change"
|
"error_rate_spike"
;
details
:
string
;
toolName
:
string
;
}
[]
;
changesDetected
:
boolean
;
}
Index
Properties
changes
changes
Detected
Properties
changes
changes
:
{
changeType
:
|
"new_tool"
|
"removed_tool"
|
"signature_change"
|
"error_rate_spike"
;
details
:
string
;
toolName
:
string
;
}
[]
changes
Detected
changesDetected
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changes
changes
Detected
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Detect tool API changes by comparing tool call patterns