theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
505 stars 134 forks source link

fixes #1676 bot test: add applicationId parameter #1677

Closed Fabilin closed 1 week ago

Fabilin commented 4 months ago

This PR resolves #1676 by adding the applicationId parameter to relevant test methods. This is a breaking change, both in source and binary, however:

Therefore, although it would be possible to add deprecated overrides to eliminate the incompatibility, I considered the effort to be unnecessary.

This PR also adds documentation where relevant to make the link between applicationId and connectorId more explicit. Please correct me if said link is unintended.