Skip to content

Slack button clicks fail to trigger agent runs #6887

Description

@ayoubdiourin7

start_agent_run button does not create a run because:

  • action.value.inputs raises an AttributeError; it should be action.value.params.
  • Calling trigger_run() without await leaves the coroutine unexecuted and produces a RuntimeWarning: coroutine was never awaited.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Fields

Priority

None yet

Effort

None yet

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions