dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
549 stars 481 forks source link

Conversation API: Add Echo Implementation #3544

Closed JoshVanL closed 2 months ago

JoshVanL commented 2 months ago

Dapr runtime integration tests can only use component implementations which doesn't require external services like public services or out of process databases etc.

We should add an echo conversation implementation which simply returns the text which was requested.

This will also us to integration test the conversation API machine in runtime.

/assign @daixiang0