Filtering actions is crucial for optimizing AI agent performance. Providing too many actions can overwhelm the LLM’s decision-making process, making it harder to choose the most appropriate action. It’s best to narrow down the action set to only the most relevant ones for your specific use case.

Specifying Actions

GITHUB_CREATE_AN_ISSUE and GITHUB_COMMIT_EVENT are action IDs for actions in the GitHub Tool

Filtering Actions

Actions can be filtered by tags or use case.

Filter the Actions in an App based on tags. For example, you can:

  • Filter all user-related Actions using the “users” tag
  • Retrieve metadata-related Actions using the “meta” tag