-
Notifications
You must be signed in to change notification settings - Fork 680
Open
Description
The prompting used during board onboarding is currently broken because the agent prompts reference outdated API endpoint contracts. As the backend APIs evolved, the prompts were not updated accordingly, causing agents to generate invalid or incompatible API calls.
Relevant code:
| f"POST {base_url}/api/v1/agent/boards/{board.id}/onboarding\n" |
Action Required:
- Update onboarding prompts to reflect the current API structure.
- Ensure prompts remain aligned with backend API or any other architectural changes to avoid future drift via agent evals for key-workflows.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels