Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
llm
ProviderCapabilities
Interface ProviderCapabilities
interface
ProviderCapabilities
{
cache
:
"none"
|
"automatic"
|
"explicit-breakpoints"
;
features
:
Readonly
<
Record
<
ProviderCapability
,
CapabilitySupport
>
>
;
modelSupport
:
"not-probed"
;
protocol
:
string
;
schemaVersion
:
1
;
thinking
:
|
"unsupported"
|
"output-text-only-no-replay"
|
"full-text-replay-with-tools"
|
"signed-parts-replay"
|
"full-text-replay"
;
toolErrorRepresentation
:
|
"unsupported"
|
"amc-text-envelope-v1"
|
"wire-error-flag"
|
"wire-error-object"
;
toolReplay
:
|
"provider-call-id-and-text-result"
|
"provenance-keyed-function-response"
|
"native-call-key-and-ordered-results"
;
usage
:
"reported-required"
|
"synthetic-demonstration"
;
}
Index
Properties
cache
features
model
Support
protocol
schema
Version
thinking
tool
Error
Representation
tool
Replay
usage
Properties
Readonly
cache
cache
:
"none"
|
"automatic"
|
"explicit-breakpoints"
Readonly
features
features
:
Readonly
<
Record
<
ProviderCapability
,
CapabilitySupport
>
>
Readonly
model
Support
modelSupport
:
"not-probed"
Readonly
protocol
protocol
:
string
Readonly
schema
Version
schemaVersion
:
1
Readonly
thinking
thinking
:
|
"unsupported"
|
"output-text-only-no-replay"
|
"full-text-replay-with-tools"
|
"signed-parts-replay"
|
"full-text-replay"
Only full-text-replay-with-tools requires currently offered functions.
Readonly
tool
Error
Representation
toolErrorRepresentation
:
|
"unsupported"
|
"amc-text-envelope-v1"
|
"wire-error-flag"
|
"wire-error-object"
Readonly
tool
Replay
toolReplay
:
|
"provider-call-id-and-text-result"
|
"provenance-keyed-function-response"
|
"native-call-key-and-ordered-results"
Readonly
usage
usage
:
"reported-required"
|
"synthetic-demonstration"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
features
model
Support
protocol
schema
Version
thinking
tool
Error
Representation
tool
Replay
usage
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Only full-text-replay-with-tools requires currently offered functions.