@mondaydotcomorg/agent-toolkit 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -743,7 +743,7 @@
743
743
  id
744
744
  }
745
745
  }
746
- `,OT=h.z.object({id:h.z.string().describe("The ID of the entity to mention"),type:h.z.nativeEnum(dy).describe("The type of mention: User, Team, Board, or Project")}),RT=h.z.array(OT),kT={itemId:h.z.number().describe("The id of the item to which the update will be added"),body:h.z.string().describe("The update text to be created. Do not use @ to mention users, use the mentionsList field instead."),mentionsList:h.z.string().optional().describe('Optional JSON array of mentions in the format: [{"id": "123", "type": "User"}, {"id": "456", "type": "Team"}]. Valid types are: User, Team, Board, Project')};const CT=yw`
746
+ `,OT=h.z.object({id:h.z.string().describe("The ID of the entity to mention"),type:h.z.nativeEnum(dy).describe("The type of mention: User, Team, Board, or Project")}),RT=h.z.array(OT),kT={itemId:h.z.number().describe("The id of the item to which the update will be added"),body:h.z.string().describe("The update text to be created. Do not use @ to mention users, use the mentionsList field instead. use html tags to format the text, dont use markdown."),mentionsList:h.z.string().optional().describe('Optional JSON array of mentions in the format: [{"id": "123", "type": "User"}, {"id": "456", "type": "Team"}]. Valid types are: User, Team, Board, Project')};const CT=yw`
747
747
  query GetItemUpdates($itemId: ID!, $limit: Int, $page: Int) {
748
748
  items(ids: [$itemId]) {
749
749
  id