The @on decorator is used to define the event that will trigger the agent.
@on("github.pull_request")
The @on("event") decorator will correspond to the event payload of your function. See the events documentation for more information.

Arguments

event
string
required
The event that will trigger the agent. Supported values are github.issue_comment, github.pull_request_review_comment, github.pull_request_comment, linear.issue_comment schedule.daily, schedule.weekly, slack.mention, webhook.See the events documentation for more information on the payloads for each event.