microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
349 stars 142 forks source link

[Feature Request]: [PY] implement `do_action` #1778

Open corinagum opened 4 days ago

corinagum commented 4 days ago

Scenario

Python currently doesn't have JS equivalent of do_action to call action handlers.

Solution

Implement do_action

Additional Context

As a workaround in the meantime, users can simply call the action handler manually from the action you want to call it in - it will take the same arguments.

BMS-geodev commented 3 days ago

Test comment