feat(FN-1273): support agent assignment in extension task tools
- Add optional agentId parameter to kb_task_create and persist it as assignedAgentId - Extend kb_task_create output/details to include assignee information when present - Add kb_task_update support for setting or clearing assignedAgentId via agentId (including null) - Expand extension tests for create/update/clear assignment flows and add a patch changeset for @gsxdsm/fusion
This commit is contained in:
5
.changeset/add-assigned-agent-id-extension.md
Normal file
5
.changeset/add-assigned-agent-id-extension.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Add optional `agentId` support to the `kb_task_create` and `kb_task_update` pi extension tools, wiring it through to task `assignedAgentId` and covering create/update/clear flows in extension tests.
|
||||
Reference in New Issue
Block a user