@mondaydotcomorg/agent-toolkit 2.36.0 → 2.36.1
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.
- package/dist/cjs/core/index.js +1 -1
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +14 -14
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +1 -1
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +1 -1
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +16 -16
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +1 -1
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/openai/index.js
CHANGED
|
@@ -1356,7 +1356,7 @@ import{ApiClient as e}from"@mondaydotcomorg/api";import a from"util";import t,{R
|
|
|
1356
1356
|
}
|
|
1357
1357
|
}
|
|
1358
1358
|
}
|
|
1359
|
-
`,lI=new Set([Lg.Case,Lg.Between,Lg.Left,Lg.Raw,Lg.None,Lg.CountKeys]),mI=Object.values(Lg).filter((e=>!lI.has(e))),uI=new Set([Lg.Left,Lg.Trim,Lg.Upper,Lg.Lower,Lg.DateTruncDay,Lg.DateTruncWeek,Lg.DateTruncMonth,Lg.DateTruncQuarter,Lg.DateTruncYear,Lg.Color,Lg.Label,Lg.EndDate,Lg.StartDate,Lg.Hour,Lg.PhoneCountryShortName,Lg.Person,Lg.Upper,Lg.Lower,Lg.Order,Lg.Length,Lg.Flatten,Lg.IsDone]);function fI(e){return{column_id:e}}new Set([Lg.Count,Lg.CountDistinct,Lg.CountSubitems,Lg.CountItems,Lg.First,Lg.Sum,Lg.Average,Lg.Median,Lg.Min,Lg.Max,Lg.MinMax]);const hI={boardId:b.number().describe("The id of the board to get insights for"),aggregationsStringified:b.string().optional().describe('**ONLY FOR MICROSOFT COPILOT**: The aggregations to get. Send this as a stringified JSON array of "aggregations" field. Read "aggregations" field description for details how to use it.'),aggregations:b.array(b.object({function:b.enum(mI).describe("The function of the aggregation. For simple column value leave undefined").optional(),columnId:b.string().describe("The id of the column to aggregate")})).describe('The aggregations to get. Before sending the aggregations, use get_board_info tool to check "aggregationGuidelines" key for information. Transformative functions and plain columns (no function) must be in group by. [REQUIRED PRECONDITION]: Either send this field or the stringified version of it.').optional(),groupBy:b.array(b.string()).describe("The columns to group by. All columns in the group by must be in the aggregations as well without a function.").optional(),limit:b.number().describe("The limit of the results").max(1e3).optional().default(1e3),filtersStringified:b.string().optional().describe('**ONLY FOR MICROSOFT COPILOT**: The filters to apply on the items. Send this as a stringified JSON array of "filters" field. Read "filters" field description for details how to use it.'),filters:
|
|
1359
|
+
`,lI=new Set([Lg.Case,Lg.Between,Lg.Left,Lg.Raw,Lg.None,Lg.CountKeys]),mI=Object.values(Lg).filter((e=>!lI.has(e))),uI=new Set([Lg.Left,Lg.Trim,Lg.Upper,Lg.Lower,Lg.DateTruncDay,Lg.DateTruncWeek,Lg.DateTruncMonth,Lg.DateTruncQuarter,Lg.DateTruncYear,Lg.Color,Lg.Label,Lg.EndDate,Lg.StartDate,Lg.Hour,Lg.PhoneCountryShortName,Lg.Person,Lg.Upper,Lg.Lower,Lg.Order,Lg.Length,Lg.Flatten,Lg.IsDone]);function fI(e){return{column_id:e}}new Set([Lg.Count,Lg.CountDistinct,Lg.CountSubitems,Lg.CountItems,Lg.First,Lg.Sum,Lg.Average,Lg.Median,Lg.Min,Lg.Max,Lg.MinMax]);const hI={boardId:b.number().describe("The id of the board to get insights for"),aggregationsStringified:b.string().optional().describe('**ONLY FOR MICROSOFT COPILOT**: The aggregations to get. Send this as a stringified JSON array of "aggregations" field. Read "aggregations" field description for details how to use it.'),aggregations:b.array(b.object({function:b.enum(mI).describe("The function of the aggregation. For simple column value leave undefined").optional(),columnId:b.string().describe("The id of the column to aggregate")})).describe('The aggregations to get. Before sending the aggregations, use get_board_info tool to check "aggregationGuidelines" key for information. Transformative functions and plain columns (no function) must be in group by. [REQUIRED PRECONDITION]: Either send this field or the stringified version of it.').optional(),groupBy:b.array(b.string()).describe("The columns to group by. All columns in the group by must be in the aggregations as well without a function.").optional(),limit:b.number().describe("The limit of the results").max(1e3).optional().default(1e3),filtersStringified:b.string().optional().describe('**ONLY FOR MICROSOFT COPILOT**: The filters to apply on the items. Send this as a stringified JSON array of "filters" field. Read "filters" field description for details how to use it.'),filters:Gx,filtersOperator:Hx,orderByStringified:b.string().optional().describe('**ONLY FOR MICROSOFT COPILOT**: The order by to apply on the items. Send this as a stringified JSON array of "orderBy" field. Read "orderBy" field description for details how to use it.'),orderBy:b.array(b.object({columnId:b.string().describe("The id of the column to order by"),direction:b.nativeEnum(Qb).optional().default(Qb.Asc).describe("The direction to order by")})).optional().describe("The columns to order by, will control the order of the items in the response")};const vI=Iw`
|
|
1360
1360
|
query GetBoards($page: Int!, $limit: Int!, $workspace_ids: [ID]) {
|
|
1361
1361
|
boards(page: $page, limit: $limit, workspace_ids: $workspace_ids) {
|
|
1362
1362
|
id
|