Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
llm
ContentBlockMap
Interface ContentBlockMap
Content blocks keyed by their
SurfaceKind
tag. Closed — see the module note.
interface
ContentBlockMap
{
audio
:
AudioContentBlock
;
image
:
ImageContentBlock
;
text
:
TextContentBlock
;
thinking
:
ThinkingContentBlock
;
tool_result
:
ToolResultContentBlock
;
tool_use
:
ToolUseContentBlock
;
}
Index
Properties
audio
image
text
thinking
tool_
result
tool_
use
Properties
Readonly
audio
audio
:
AudioContentBlock
Readonly
image
image
:
ImageContentBlock
Readonly
text
text
:
TextContentBlock
Readonly
thinking
thinking
:
ThinkingContentBlock
Readonly
tool_
result
tool_result
:
ToolResultContentBlock
Readonly
tool_
use
tool_use
:
ToolUseContentBlock
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
image
text
thinking
tool_
result
tool_
use
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Content blocks keyed by their
SurfaceKindtag. Closed — see the module note.