RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.32k stars 4.57k forks source link

Update custom-connectors.mdx #13005

Open arunjose696 opened 5 months ago

arunjose696 commented 5 months ago

Fixing 2 small bugs in docs

Proposed changes:

The tutorial for custom connectors have a few bugs 1)The name function in custom connector should have an argument the self class as the name method of Input class has an argument. This was mentioned in this community post https://forum.rasa.com/t/typeerror-name-takes-0-positional-arguments-but-1-was-given-r/42399/5 2)The curl command to test out the API, sends message in a key "message", but the given code sample for custom connector checks for a key "text", so setting the message to none. This would cause some confusion for users first trying custom connector.

Status (please check what you already did):

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.