CBK.AI
CBK.AI DOCS
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
The search index is not available
ChatBotKit Node SDK
ChatBotKit Node SDK
@chatbotkit/react
actions/complete
Options
Type alias Options
Options
:
Omit
<
ConversationCompleteRequest
,
"messages"
|
"functions"
>
&
{
client
:
ConversationClient
;
functions
?:
(
InputFunction
|
(
(
)
=>
InputFunction
|
Promise
<
InputFunction
>
)
)
[]
;
maxRecusion
?:
number
;
messages
:
InputMessage
[]
;
onFinish
?:
OnFinishHandler
;
onItem
?:
OnItemHandler
;
}
Type declaration
client
:
ConversationClient
Optional
functions
?:
(
InputFunction
|
(
(
)
=>
InputFunction
|
Promise
<
InputFunction
>
)
)
[]
Optional
max
Recusion
?:
number
messages
:
InputMessage
[]
Optional
on
Finish
?:
OnFinishHandler
Optional
on
Item
?:
OnItemHandler
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ChatBotKit Node SDK
@chatbotkit/fetch
@chatbotkit/sdk
@chatbotkit/react
@chatbotkit/next
@chatbotkit/nextauth
@chatbotkit/cli
Generated using
TypeDoc