Reminix TypeScript SDK - v0.7.1
Docs
GitHub
Preparing search index...
@reminix/runtime
ChatHandler
Type Alias ChatHandler
Internal
ChatHandler
:
(
messages
:
ChatMessage
[]
,
ctx
?:
Context
,
)
=>
ChatResponse
|
Promise
<
ChatResponse
>
Handler function for non-streaming chat requests.
Type Declaration
(
messages
:
ChatMessage
[]
,
ctx
?:
Context
)
:
ChatResponse
|
Promise
<
ChatResponse
>
Parameters
messages
:
ChatMessage
[]
Optional
ctx
:
Context
Returns
ChatResponse
|
Promise
<
ChatResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Reminix TypeScript SDK - v0.7.1
Loading...
Handler function for non-streaming chat requests.