📝 Add Contribute docs
This commit is contained in:
@ -23,7 +23,7 @@ export const sendMessage = createAction({
|
||||
message: option.string.layout({
|
||||
label: 'Message',
|
||||
placeholder: 'Hi, what can I do with ChatNode',
|
||||
input: 'textarea',
|
||||
inputType: 'textarea',
|
||||
}),
|
||||
responseMapping: option.saveResponseArray(['Message', 'Thread ID']).layout({
|
||||
accordion: 'Save response',
|
||||
|
@ -9,7 +9,8 @@ export const auth = {
|
||||
isRequired: true,
|
||||
helperText:
|
||||
'You can generate an API key [here](https://go.chatnode.ai/typebot).',
|
||||
input: 'password',
|
||||
inputType: 'password',
|
||||
withVariableButton: false,
|
||||
}),
|
||||
}),
|
||||
} satisfies AuthDefinition
|
||||
|
Reference in New Issue
Block a user