-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
Description
- When using an agentic workflow with both issue and projects safe outputs, but minimal instructions without direct tool call mentions (just natural language), the following issue occurred as described:
The agent creates issues via
create_issuewithtemporary_ids, but doesn't know it needs to callupdate_projectusing those same temporary IDs to add them to the project board. The issues get created fine but never get added to the project. The agent assumed the safe_outputs handler would automatically add created issues to the configured project, but it seems likeupdate_projectcalls are required explicitly.
Reactions are currently unavailable