2
0

📝 Add Contribute docs

This commit is contained in:
Baptiste Arnaud
2024-01-03 16:29:41 +01:00
parent b3957295bd
commit 65f4fb0d7a
66 changed files with 1453 additions and 519 deletions

View File

@ -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',

View File

@ -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