Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
AIResponse
Interface AIResponse<T>
Standard AI response wrapper
interface
AIResponse
<
T
>
{
context
:
AIContext
;
data
:
T
;
metadata
:
{
cacheHit
:
boolean
;
latency
:
number
;
timestamp
:
string
;
upstreamUsed
:
string
;
}
;
}
Type Parameters
T
=
any
Index
Properties
context
data
metadata
Properties
context
context
:
AIContext
data
data
:
T
metadata
metadata
:
{
cacheHit
:
boolean
;
latency
:
number
;
timestamp
:
string
;
upstreamUsed
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
data
metadata
@synapse/client-sdk
Loading...
Standard AI response wrapper