Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
llm
SseEvent
Interface SseEvent
One framed event.
event
is null when the stream used only
data:
lines.
interface
SseEvent
{
data
:
string
;
event
:
string
|
null
;
}
Index
Properties
data
event
Properties
Readonly
data
data
:
string
Readonly
event
event
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
event
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
One framed event.
eventis null when the stream used onlydata:lines.