Lars Vlyminckx

Results 2 comments of Lars Vlyminckx

Hi Can you help me? Is this possible or any idea when advanced support for Dutch will be released?

``` const headers = { Authorization: `Token ${config.DEVELOPER_TOKEN}`, 'Content-Type': 'application/json' } const message = { type: 'text', content: 'test!' } const body = { conversation_id: '12345', message, memory: { person:...