veryfront 0.1.669 → 0.1.671
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/esm/deno.js +1 -1
- package/esm/src/agent/hosted/chat-request.d.ts +2 -74
- package/esm/src/agent/hosted/chat-request.d.ts.map +1 -1
- package/esm/src/agent/hosted/chat-request.js +9 -2
- package/esm/src/chat/conversation.d.ts.map +1 -1
- package/esm/src/chat/conversation.js +3 -2
- package/esm/src/integrations/_data.d.ts.map +1 -1
- package/esm/src/integrations/_data.js +271 -0
- package/esm/src/integrations/_tool_summaries.d.ts.map +1 -1
- package/esm/src/integrations/_tool_summaries.js +83 -0
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
package/esm/deno.js
CHANGED
|
@@ -102,43 +102,7 @@ export declare const getHostedChatRequestSchema: () => import("../../internal-ag
|
|
|
102
102
|
type: import("../../internal-agents/schema.js").Schema<`data-${string}`>;
|
|
103
103
|
data: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
104
104
|
}>)[]>;
|
|
105
|
-
metadata: import("../../internal-agents/schema.js").Schema<
|
|
106
|
-
createdAt: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
107
|
-
isStopped: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
108
|
-
isCompleted: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
109
|
-
completedAt: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
110
|
-
agentId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
111
|
-
agentName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
112
|
-
conversationId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
113
|
-
modelId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
114
|
-
runId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
115
|
-
streamingMessageId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
116
|
-
childRunAudit: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
117
|
-
status: import("../../internal-agents/schema.js").Schema<string>;
|
|
118
|
-
description: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
119
|
-
steps: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
120
|
-
durationMs: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
121
|
-
toolCalls: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
122
|
-
toolName: import("../../internal-agents/schema.js").Schema<string>;
|
|
123
|
-
toolCallId: import("../../internal-agents/schema.js").Schema<string>;
|
|
124
|
-
input: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
125
|
-
}>[] | undefined>;
|
|
126
|
-
toolResults: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
127
|
-
toolName: import("../../internal-agents/schema.js").Schema<string>;
|
|
128
|
-
toolCallId: import("../../internal-agents/schema.js").Schema<string>;
|
|
129
|
-
input: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
130
|
-
output: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
131
|
-
}>[] | undefined>;
|
|
132
|
-
terminalErrorCode: import("../../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
133
|
-
terminalErrorMessage: import("../../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
134
|
-
}> | undefined>;
|
|
135
|
-
usage: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
136
|
-
inputTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
137
|
-
outputTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
138
|
-
reasoningTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
139
|
-
cachedInputTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
140
|
-
}> | undefined>;
|
|
141
|
-
}> | undefined>;
|
|
105
|
+
metadata: import("../../internal-agents/schema.js").Schema<Record<string, unknown> | undefined>;
|
|
142
106
|
}>[]>;
|
|
143
107
|
context: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
144
108
|
conversationId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
@@ -233,43 +197,7 @@ export declare const hostedChatRequestSchema: import("../../internal-agents/sche
|
|
|
233
197
|
type: import("../../internal-agents/schema.js").Schema<`data-${string}`>;
|
|
234
198
|
data: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
235
199
|
}>)[]>;
|
|
236
|
-
metadata: import("../../internal-agents/schema.js").Schema<
|
|
237
|
-
createdAt: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
238
|
-
isStopped: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
239
|
-
isCompleted: import("../../internal-agents/schema.js").Schema<boolean | undefined>;
|
|
240
|
-
completedAt: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
241
|
-
agentId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
242
|
-
agentName: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
243
|
-
conversationId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
244
|
-
modelId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
245
|
-
runId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
246
|
-
streamingMessageId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
247
|
-
childRunAudit: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
248
|
-
status: import("../../internal-agents/schema.js").Schema<string>;
|
|
249
|
-
description: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
250
|
-
steps: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
251
|
-
durationMs: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
252
|
-
toolCalls: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
253
|
-
toolName: import("../../internal-agents/schema.js").Schema<string>;
|
|
254
|
-
toolCallId: import("../../internal-agents/schema.js").Schema<string>;
|
|
255
|
-
input: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
256
|
-
}>[] | undefined>;
|
|
257
|
-
toolResults: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
258
|
-
toolName: import("../../internal-agents/schema.js").Schema<string>;
|
|
259
|
-
toolCallId: import("../../internal-agents/schema.js").Schema<string>;
|
|
260
|
-
input: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
261
|
-
output: import("../../internal-agents/schema.js").Schema<unknown>;
|
|
262
|
-
}>[] | undefined>;
|
|
263
|
-
terminalErrorCode: import("../../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
264
|
-
terminalErrorMessage: import("../../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
265
|
-
}> | undefined>;
|
|
266
|
-
usage: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
267
|
-
inputTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
268
|
-
outputTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
269
|
-
reasoningTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
270
|
-
cachedInputTokens: import("../../internal-agents/schema.js").Schema<number | undefined>;
|
|
271
|
-
}> | undefined>;
|
|
272
|
-
}> | undefined>;
|
|
200
|
+
metadata: import("../../internal-agents/schema.js").Schema<Record<string, unknown> | undefined>;
|
|
273
201
|
}>[]>;
|
|
274
202
|
context: import("../../internal-agents/schema.js").Schema<import("../../extensions/schema/schema-validator.js").InferShape<{
|
|
275
203
|
conversationId: import("../../internal-agents/schema.js").Schema<string | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-request.d.ts","sourceRoot":"","sources":["../../../../src/src/agent/hosted/chat-request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC1F,OAAO,
|
|
1
|
+
{"version":3,"file":"chat-request.d.ts","sourceRoot":"","sources":["../../../../src/src/agent/hosted/chat-request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC1F,OAAO,EACL,2BAA2B,EAG5B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AAMzF,eAAO,MAAM,uCAAuC;;;;;;;;GAUnD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;GAEhD,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;GAM/C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;GAAkD,CAAC;AAehG,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUtC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAyC,CAAC;AAE9E,uCAAuC;AACvC,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,0BAA0B,CAAC,CAAC,CAAC;AAC3F,6CAA6C;AAC7C,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,EAAE,yBAAyB,CAAC,UAAU,CAAC,CAAC;IAChD,OAAO,EAAE,WAAW,CAAC,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC,CAAC;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;IACxC,cAAc,CAAC,EAAE,wBAAwB,CAAC;CAC3C,CAAC;AAmBF,gFAAgF;AAChF,wBAAgB,8DAA8D,CAC5E,KAAK,EAAE,yBAAyB,GAC/B,iBAAiB,CAAC,gBAAgB,CAAC,CAcrC;AAED,sEAAsE;AACtE,wBAAgB,qDAAqD,CACnE,KAAK,EAAE,yBAAyB,GAC/B,sBAAsB,CAoBxB;AAED,gEAAgE;AAChE,wBAAgB,gDAAgD,CAC9D,KAAK,EAAE,yBAAyB,GAC/B,iBAAiB,CAInB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getChatRequestContextSchema,
|
|
1
|
+
import { getChatRequestContextSchema, getChatUiMessagePartSchema, getChatUiMessageRoleSchema, } from "../../chat/types.js";
|
|
2
2
|
import { defineSchema, lazySchema } from "../../schemas/index.js";
|
|
3
3
|
const getDurableRootRunIdSchema = defineSchema((v) => v.string().min(1).max(128).regex(/^[a-zA-Z0-9_-]+$/));
|
|
4
4
|
export const getHostedDurableRootRunDescriptorSchema = defineSchema((v) => v.object({
|
|
@@ -23,8 +23,15 @@ export const getHostedChatRuntimeOverridesSchema = defineSchema((v) => v.object(
|
|
|
23
23
|
* @deprecated Use getHostedChatRuntimeOverridesSchema()
|
|
24
24
|
*/
|
|
25
25
|
export const hostedChatRuntimeOverridesSchema = lazySchema(getHostedChatRuntimeOverridesSchema);
|
|
26
|
+
const getHostedChatRequestMessageSchema = defineSchema((v) => v.object({
|
|
27
|
+
id: v.string().min(1),
|
|
28
|
+
role: getChatUiMessageRoleSchema(),
|
|
29
|
+
parts: v.array(getChatUiMessagePartSchema()),
|
|
30
|
+
metadata: v.record(v.string(), v.unknown()).optional(),
|
|
31
|
+
}).strip());
|
|
32
|
+
const getHostedChatRequestMessagesSchema = defineSchema((v) => v.array(getHostedChatRequestMessageSchema()));
|
|
26
33
|
export const getHostedChatRequestSchema = defineSchema((v) => v.object({
|
|
27
|
-
messages:
|
|
34
|
+
messages: getHostedChatRequestMessagesSchema(),
|
|
28
35
|
context: getChatRequestContextSchema(),
|
|
29
36
|
model: v.string().optional(),
|
|
30
37
|
allowDelegation: v.boolean().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversation.d.ts","sourceRoot":"","sources":["../../../src/src/chat/conversation.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"conversation.d.ts","sourceRoot":"","sources":["../../../src/src/chat/conversation.ts"],"names":[],"mappings":"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"}
|
|
@@ -198,7 +198,7 @@ export function getUiToolName(part) {
|
|
|
198
198
|
export function pushToolParts(parts, toolName, toolCallId, state, part) {
|
|
199
199
|
const input = toRecord(part.input);
|
|
200
200
|
const isErroredState = state === "output-error" || state === "error" || state === "output-denied";
|
|
201
|
-
const hasResultState = state === "output-available" || isErroredState;
|
|
201
|
+
const hasResultState = state === "output-available" || state === "completed" || isErroredState;
|
|
202
202
|
if (hasResultState) {
|
|
203
203
|
parts.push({
|
|
204
204
|
type: "tool_call",
|
|
@@ -305,7 +305,8 @@ export function toConversationPartsFromUiMessage(message) {
|
|
|
305
305
|
}
|
|
306
306
|
function isToolComplete(part) {
|
|
307
307
|
return part.state === "output-available" || part.state === "output-error" ||
|
|
308
|
-
part.state === "output-denied"
|
|
308
|
+
part.state === "output-denied" || part.state === "completed" ||
|
|
309
|
+
part.state === "error";
|
|
309
310
|
}
|
|
310
311
|
/** Check whether incomplete tool parts is present. */
|
|
311
312
|
export function hasIncompleteToolParts(message) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,EAuwVzC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAuExC,CAAC"}
|
|
@@ -6833,6 +6833,8 @@ export const connectors = [
|
|
|
6833
6833
|
"Mail.ReadWrite",
|
|
6834
6834
|
"Calendars.Read",
|
|
6835
6835
|
"Calendars.ReadWrite",
|
|
6836
|
+
"Group.Read.All",
|
|
6837
|
+
"Group-Conversation.Read.All",
|
|
6836
6838
|
"offline_access",
|
|
6837
6839
|
],
|
|
6838
6840
|
"tokenAuthMethod": "body",
|
|
@@ -7825,6 +7827,275 @@ export const connectors = [
|
|
|
7825
7827
|
},
|
|
7826
7828
|
},
|
|
7827
7829
|
},
|
|
7830
|
+
}, {
|
|
7831
|
+
"id": "list_shared_mailbox_emails",
|
|
7832
|
+
"name": "List Shared Mailbox Emails",
|
|
7833
|
+
"description": "List messages from a shared or delegated mailbox that the signed-in Microsoft account can access",
|
|
7834
|
+
"requiresWrite": false,
|
|
7835
|
+
"endpoint": {
|
|
7836
|
+
"method": "GET",
|
|
7837
|
+
"url": "https://graph.microsoft.com/v1.0/users/{mailbox}/mailFolders/{folderId}/messages",
|
|
7838
|
+
"params": {
|
|
7839
|
+
"mailbox": {
|
|
7840
|
+
"type": "string",
|
|
7841
|
+
"in": "path",
|
|
7842
|
+
"description": "Mailbox user principal name or Microsoft Graph user ID",
|
|
7843
|
+
"required": true,
|
|
7844
|
+
},
|
|
7845
|
+
"folderId": {
|
|
7846
|
+
"type": "string",
|
|
7847
|
+
"in": "path",
|
|
7848
|
+
"description": "Mail folder ID or well-known folder name",
|
|
7849
|
+
"required": true,
|
|
7850
|
+
"default": "inbox",
|
|
7851
|
+
},
|
|
7852
|
+
"$top": {
|
|
7853
|
+
"type": "number",
|
|
7854
|
+
"in": "query",
|
|
7855
|
+
"description": "Maximum messages to return",
|
|
7856
|
+
"default": 25,
|
|
7857
|
+
},
|
|
7858
|
+
"$select": {
|
|
7859
|
+
"type": "string",
|
|
7860
|
+
"in": "query",
|
|
7861
|
+
"description": "Comma-separated message fields to return",
|
|
7862
|
+
"default": "id,conversationId,internetMessageId,subject,from,sender,toRecipients,ccRecipients,receivedDateTime,sentDateTime,bodyPreview,categories,isRead,importance,hasAttachments,webLink,flag",
|
|
7863
|
+
},
|
|
7864
|
+
"$orderby": {
|
|
7865
|
+
"type": "string",
|
|
7866
|
+
"in": "query",
|
|
7867
|
+
"description": "Sort expression",
|
|
7868
|
+
"default": "receivedDateTime desc",
|
|
7869
|
+
},
|
|
7870
|
+
"$filter": { "type": "string", "in": "query", "description": "OData filter expression" },
|
|
7871
|
+
},
|
|
7872
|
+
"response": {
|
|
7873
|
+
"transform": "value",
|
|
7874
|
+
"historicalSummary": {
|
|
7875
|
+
"collectionKeys": ["value", "data", "messages"],
|
|
7876
|
+
"collectionName": "messages",
|
|
7877
|
+
"itemFields": [
|
|
7878
|
+
{ "name": "id" },
|
|
7879
|
+
{ "name": "conversationId" },
|
|
7880
|
+
{ "name": "internetMessageId" },
|
|
7881
|
+
{ "name": "from", "kind": "contact" },
|
|
7882
|
+
{ "name": "sender", "kind": "contact" },
|
|
7883
|
+
{ "name": "toRecipients", "kind": "contact-array" },
|
|
7884
|
+
{ "name": "ccRecipients", "kind": "contact-array" },
|
|
7885
|
+
{ "name": "subject" },
|
|
7886
|
+
{ "name": "receivedDateTime" },
|
|
7887
|
+
{ "name": "sentDateTime" },
|
|
7888
|
+
{ "name": "bodyPreview", "maxLength": 300 },
|
|
7889
|
+
{ "name": "categories", "kind": "string-array" },
|
|
7890
|
+
{ "name": "isRead" },
|
|
7891
|
+
{ "name": "importance" },
|
|
7892
|
+
{ "name": "hasAttachments" },
|
|
7893
|
+
{ "name": "webLink" },
|
|
7894
|
+
{ "name": "flag", "kind": "object" },
|
|
7895
|
+
],
|
|
7896
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
7897
|
+
"omitted": "large email bodies and provider-specific message fields",
|
|
7898
|
+
},
|
|
7899
|
+
},
|
|
7900
|
+
},
|
|
7901
|
+
}, {
|
|
7902
|
+
"id": "search_shared_mailbox_emails",
|
|
7903
|
+
"name": "Search Shared Mailbox Emails",
|
|
7904
|
+
"description": "Search messages in a shared or delegated mailbox that the signed-in Microsoft account can access",
|
|
7905
|
+
"requiresWrite": false,
|
|
7906
|
+
"endpoint": {
|
|
7907
|
+
"method": "GET",
|
|
7908
|
+
"url": "https://graph.microsoft.com/v1.0/users/{mailbox}/messages",
|
|
7909
|
+
"params": {
|
|
7910
|
+
"mailbox": {
|
|
7911
|
+
"type": "string",
|
|
7912
|
+
"in": "path",
|
|
7913
|
+
"description": "Mailbox user principal name or Microsoft Graph user ID",
|
|
7914
|
+
"required": true,
|
|
7915
|
+
},
|
|
7916
|
+
"query": {
|
|
7917
|
+
"type": "string",
|
|
7918
|
+
"in": "query",
|
|
7919
|
+
"description": "Microsoft Graph message search query. The runtime quotes the query for Graph $search.",
|
|
7920
|
+
"required": true,
|
|
7921
|
+
"queryName": "$search",
|
|
7922
|
+
"queryValueFormat": "microsoft-graph-search",
|
|
7923
|
+
},
|
|
7924
|
+
"$top": {
|
|
7925
|
+
"type": "number",
|
|
7926
|
+
"in": "query",
|
|
7927
|
+
"description": "Maximum messages to return",
|
|
7928
|
+
"default": 25,
|
|
7929
|
+
},
|
|
7930
|
+
"$select": {
|
|
7931
|
+
"type": "string",
|
|
7932
|
+
"in": "query",
|
|
7933
|
+
"description": "Comma-separated message fields to return",
|
|
7934
|
+
"default": "id,conversationId,internetMessageId,subject,from,sender,toRecipients,ccRecipients,receivedDateTime,sentDateTime,bodyPreview,categories,isRead,importance,hasAttachments,webLink,flag",
|
|
7935
|
+
},
|
|
7936
|
+
},
|
|
7937
|
+
"response": {
|
|
7938
|
+
"transform": "value",
|
|
7939
|
+
"historicalSummary": {
|
|
7940
|
+
"collectionKeys": ["value", "data", "messages"],
|
|
7941
|
+
"collectionName": "messages",
|
|
7942
|
+
"itemFields": [
|
|
7943
|
+
{ "name": "id" },
|
|
7944
|
+
{ "name": "conversationId" },
|
|
7945
|
+
{ "name": "internetMessageId" },
|
|
7946
|
+
{ "name": "from", "kind": "contact" },
|
|
7947
|
+
{ "name": "sender", "kind": "contact" },
|
|
7948
|
+
{ "name": "toRecipients", "kind": "contact-array" },
|
|
7949
|
+
{ "name": "ccRecipients", "kind": "contact-array" },
|
|
7950
|
+
{ "name": "subject" },
|
|
7951
|
+
{ "name": "receivedDateTime" },
|
|
7952
|
+
{ "name": "sentDateTime" },
|
|
7953
|
+
{ "name": "bodyPreview", "maxLength": 300 },
|
|
7954
|
+
{ "name": "categories", "kind": "string-array" },
|
|
7955
|
+
{ "name": "isRead" },
|
|
7956
|
+
{ "name": "importance" },
|
|
7957
|
+
{ "name": "hasAttachments" },
|
|
7958
|
+
{ "name": "webLink" },
|
|
7959
|
+
{ "name": "flag", "kind": "object" },
|
|
7960
|
+
],
|
|
7961
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
7962
|
+
"omitted": "large email bodies and provider-specific message fields",
|
|
7963
|
+
},
|
|
7964
|
+
},
|
|
7965
|
+
},
|
|
7966
|
+
}, {
|
|
7967
|
+
"id": "find_group_by_mail",
|
|
7968
|
+
"name": "Find Group By Mail",
|
|
7969
|
+
"description": "Find a Microsoft 365 group by primary email address before reading its group inbox threads",
|
|
7970
|
+
"requiresWrite": false,
|
|
7971
|
+
"endpoint": {
|
|
7972
|
+
"method": "GET",
|
|
7973
|
+
"url": "https://graph.microsoft.com/v1.0/groups?$filter=mail eq '{mailAddress}'",
|
|
7974
|
+
"params": {
|
|
7975
|
+
"mailAddress": {
|
|
7976
|
+
"type": "string",
|
|
7977
|
+
"in": "path",
|
|
7978
|
+
"description": "Microsoft 365 group primary email address",
|
|
7979
|
+
"required": true,
|
|
7980
|
+
},
|
|
7981
|
+
"$select": {
|
|
7982
|
+
"type": "string",
|
|
7983
|
+
"in": "query",
|
|
7984
|
+
"description": "Comma-separated group fields to return",
|
|
7985
|
+
"default": "id,displayName,mail,mailNickname,groupTypes,securityEnabled,mailEnabled",
|
|
7986
|
+
},
|
|
7987
|
+
"$top": {
|
|
7988
|
+
"type": "number",
|
|
7989
|
+
"in": "query",
|
|
7990
|
+
"description": "Maximum groups to return",
|
|
7991
|
+
"default": 5,
|
|
7992
|
+
},
|
|
7993
|
+
},
|
|
7994
|
+
"response": { "transform": "value" },
|
|
7995
|
+
},
|
|
7996
|
+
}, {
|
|
7997
|
+
"id": "list_group_threads",
|
|
7998
|
+
"name": "List Group Threads",
|
|
7999
|
+
"description": "List Microsoft 365 group inbox conversation threads",
|
|
8000
|
+
"requiresWrite": false,
|
|
8001
|
+
"endpoint": {
|
|
8002
|
+
"method": "GET",
|
|
8003
|
+
"url": "https://graph.microsoft.com/v1.0/groups/{groupId}/threads",
|
|
8004
|
+
"params": {
|
|
8005
|
+
"groupId": {
|
|
8006
|
+
"type": "string",
|
|
8007
|
+
"in": "path",
|
|
8008
|
+
"description": "Microsoft 365 group ID",
|
|
8009
|
+
"required": true,
|
|
8010
|
+
},
|
|
8011
|
+
"$top": {
|
|
8012
|
+
"type": "number",
|
|
8013
|
+
"in": "query",
|
|
8014
|
+
"description": "Maximum threads to return",
|
|
8015
|
+
"default": 25,
|
|
8016
|
+
},
|
|
8017
|
+
"$select": {
|
|
8018
|
+
"type": "string",
|
|
8019
|
+
"in": "query",
|
|
8020
|
+
"description": "Comma-separated thread fields to return",
|
|
8021
|
+
"default": "id,topic,hasAttachments,lastDeliveredDateTime,uniqueSenders,preview,isLocked",
|
|
8022
|
+
},
|
|
8023
|
+
},
|
|
8024
|
+
"response": {
|
|
8025
|
+
"transform": "value",
|
|
8026
|
+
"historicalSummary": {
|
|
8027
|
+
"collectionKeys": ["value", "data", "threads"],
|
|
8028
|
+
"collectionName": "threads",
|
|
8029
|
+
"itemFields": [
|
|
8030
|
+
{ "name": "id" },
|
|
8031
|
+
{ "name": "topic" },
|
|
8032
|
+
{ "name": "hasAttachments" },
|
|
8033
|
+
{ "name": "lastDeliveredDateTime" },
|
|
8034
|
+
{ "name": "uniqueSenders", "kind": "string-array" },
|
|
8035
|
+
{ "name": "preview", "maxLength": 300 },
|
|
8036
|
+
{ "name": "isLocked" },
|
|
8037
|
+
],
|
|
8038
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
8039
|
+
"omitted": "large group thread payload fields",
|
|
8040
|
+
},
|
|
8041
|
+
},
|
|
8042
|
+
},
|
|
8043
|
+
}, {
|
|
8044
|
+
"id": "list_group_thread_posts",
|
|
8045
|
+
"name": "List Group Thread Posts",
|
|
8046
|
+
"description": "List posts from a Microsoft 365 group inbox conversation thread",
|
|
8047
|
+
"requiresWrite": false,
|
|
8048
|
+
"endpoint": {
|
|
8049
|
+
"method": "GET",
|
|
8050
|
+
"url": "https://graph.microsoft.com/v1.0/groups/{groupId}/threads/{threadId}/posts",
|
|
8051
|
+
"params": {
|
|
8052
|
+
"groupId": {
|
|
8053
|
+
"type": "string",
|
|
8054
|
+
"in": "path",
|
|
8055
|
+
"description": "Microsoft 365 group ID",
|
|
8056
|
+
"required": true,
|
|
8057
|
+
},
|
|
8058
|
+
"threadId": {
|
|
8059
|
+
"type": "string",
|
|
8060
|
+
"in": "path",
|
|
8061
|
+
"description": "Conversation thread ID",
|
|
8062
|
+
"required": true,
|
|
8063
|
+
},
|
|
8064
|
+
"$top": {
|
|
8065
|
+
"type": "number",
|
|
8066
|
+
"in": "query",
|
|
8067
|
+
"description": "Maximum posts to return",
|
|
8068
|
+
"default": 25,
|
|
8069
|
+
},
|
|
8070
|
+
"$select": {
|
|
8071
|
+
"type": "string",
|
|
8072
|
+
"in": "query",
|
|
8073
|
+
"description": "Comma-separated post fields to return",
|
|
8074
|
+
"default": "id,conversationId,conversationThreadId,from,sender,newParticipants,receivedDateTime,hasAttachments,body,importance",
|
|
8075
|
+
},
|
|
8076
|
+
},
|
|
8077
|
+
"response": {
|
|
8078
|
+
"transform": "value",
|
|
8079
|
+
"historicalSummary": {
|
|
8080
|
+
"collectionKeys": ["value", "data", "posts"],
|
|
8081
|
+
"collectionName": "posts",
|
|
8082
|
+
"itemFields": [
|
|
8083
|
+
{ "name": "id" },
|
|
8084
|
+
{ "name": "conversationId" },
|
|
8085
|
+
{ "name": "conversationThreadId" },
|
|
8086
|
+
{ "name": "from", "kind": "contact" },
|
|
8087
|
+
{ "name": "sender", "kind": "contact" },
|
|
8088
|
+
{ "name": "newParticipants", "kind": "contact-array" },
|
|
8089
|
+
{ "name": "receivedDateTime" },
|
|
8090
|
+
{ "name": "hasAttachments" },
|
|
8091
|
+
{ "name": "body", "kind": "object" },
|
|
8092
|
+
{ "name": "importance" },
|
|
8093
|
+
],
|
|
8094
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
8095
|
+
"omitted": "large group post bodies and provider-specific post fields",
|
|
8096
|
+
},
|
|
8097
|
+
},
|
|
8098
|
+
},
|
|
7828
8099
|
}, {
|
|
7829
8100
|
"id": "list_calendars",
|
|
7830
8101
|
"name": "List Calendars",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_tool_summaries.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_tool_summaries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAExE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,oCAAoC,
|
|
1
|
+
{"version":3,"file":"_tool_summaries.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_tool_summaries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAExE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,oCAAoC,CA0vCxF,CAAC"}
|
|
@@ -1134,6 +1134,64 @@ export const historicalToolSummaries = {
|
|
|
1134
1134
|
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
1135
1135
|
"omitted": "folder provider-specific payload fields",
|
|
1136
1136
|
},
|
|
1137
|
+
"outlook__list_group_thread_posts": {
|
|
1138
|
+
"collectionKeys": ["value", "data", "posts"],
|
|
1139
|
+
"collectionName": "posts",
|
|
1140
|
+
"itemFields": [
|
|
1141
|
+
{ "name": "id" },
|
|
1142
|
+
{ "name": "conversationId" },
|
|
1143
|
+
{ "name": "conversationThreadId" },
|
|
1144
|
+
{ "name": "from", "kind": "contact" },
|
|
1145
|
+
{ "name": "sender", "kind": "contact" },
|
|
1146
|
+
{ "name": "newParticipants", "kind": "contact-array" },
|
|
1147
|
+
{ "name": "receivedDateTime" },
|
|
1148
|
+
{ "name": "hasAttachments" },
|
|
1149
|
+
{ "name": "body", "kind": "object" },
|
|
1150
|
+
{ "name": "importance" },
|
|
1151
|
+
],
|
|
1152
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
1153
|
+
"omitted": "large group post bodies and provider-specific post fields",
|
|
1154
|
+
},
|
|
1155
|
+
"outlook__list_group_threads": {
|
|
1156
|
+
"collectionKeys": ["value", "data", "threads"],
|
|
1157
|
+
"collectionName": "threads",
|
|
1158
|
+
"itemFields": [
|
|
1159
|
+
{ "name": "id" },
|
|
1160
|
+
{ "name": "topic" },
|
|
1161
|
+
{ "name": "hasAttachments" },
|
|
1162
|
+
{ "name": "lastDeliveredDateTime" },
|
|
1163
|
+
{ "name": "uniqueSenders", "kind": "string-array" },
|
|
1164
|
+
{ "name": "preview", "maxLength": 300 },
|
|
1165
|
+
{ "name": "isLocked" },
|
|
1166
|
+
],
|
|
1167
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
1168
|
+
"omitted": "large group thread payload fields",
|
|
1169
|
+
},
|
|
1170
|
+
"outlook__list_shared_mailbox_emails": {
|
|
1171
|
+
"collectionKeys": ["value", "data", "messages"],
|
|
1172
|
+
"collectionName": "messages",
|
|
1173
|
+
"itemFields": [
|
|
1174
|
+
{ "name": "id" },
|
|
1175
|
+
{ "name": "conversationId" },
|
|
1176
|
+
{ "name": "internetMessageId" },
|
|
1177
|
+
{ "name": "from", "kind": "contact" },
|
|
1178
|
+
{ "name": "sender", "kind": "contact" },
|
|
1179
|
+
{ "name": "toRecipients", "kind": "contact-array" },
|
|
1180
|
+
{ "name": "ccRecipients", "kind": "contact-array" },
|
|
1181
|
+
{ "name": "subject" },
|
|
1182
|
+
{ "name": "receivedDateTime" },
|
|
1183
|
+
{ "name": "sentDateTime" },
|
|
1184
|
+
{ "name": "bodyPreview", "maxLength": 300 },
|
|
1185
|
+
{ "name": "categories", "kind": "string-array" },
|
|
1186
|
+
{ "name": "isRead" },
|
|
1187
|
+
{ "name": "importance" },
|
|
1188
|
+
{ "name": "hasAttachments" },
|
|
1189
|
+
{ "name": "webLink" },
|
|
1190
|
+
{ "name": "flag", "kind": "object" },
|
|
1191
|
+
],
|
|
1192
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
1193
|
+
"omitted": "large email bodies and provider-specific message fields",
|
|
1194
|
+
},
|
|
1137
1195
|
"outlook__search_emails": {
|
|
1138
1196
|
"collectionKeys": ["value", "data", "messages"],
|
|
1139
1197
|
"collectionName": "messages",
|
|
@@ -1159,6 +1217,31 @@ export const historicalToolSummaries = {
|
|
|
1159
1217
|
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
1160
1218
|
"omitted": "large email bodies and provider-specific message fields",
|
|
1161
1219
|
},
|
|
1220
|
+
"outlook__search_shared_mailbox_emails": {
|
|
1221
|
+
"collectionKeys": ["value", "data", "messages"],
|
|
1222
|
+
"collectionName": "messages",
|
|
1223
|
+
"itemFields": [
|
|
1224
|
+
{ "name": "id" },
|
|
1225
|
+
{ "name": "conversationId" },
|
|
1226
|
+
{ "name": "internetMessageId" },
|
|
1227
|
+
{ "name": "from", "kind": "contact" },
|
|
1228
|
+
{ "name": "sender", "kind": "contact" },
|
|
1229
|
+
{ "name": "toRecipients", "kind": "contact-array" },
|
|
1230
|
+
{ "name": "ccRecipients", "kind": "contact-array" },
|
|
1231
|
+
{ "name": "subject" },
|
|
1232
|
+
{ "name": "receivedDateTime" },
|
|
1233
|
+
{ "name": "sentDateTime" },
|
|
1234
|
+
{ "name": "bodyPreview", "maxLength": 300 },
|
|
1235
|
+
{ "name": "categories", "kind": "string-array" },
|
|
1236
|
+
{ "name": "isRead" },
|
|
1237
|
+
{ "name": "importance" },
|
|
1238
|
+
{ "name": "hasAttachments" },
|
|
1239
|
+
{ "name": "webLink" },
|
|
1240
|
+
{ "name": "flag", "kind": "object" },
|
|
1241
|
+
],
|
|
1242
|
+
"outputFields": [{ "name": "@odata.nextLink" }, { "name": "@odata.count" }],
|
|
1243
|
+
"omitted": "large email bodies and provider-specific message fields",
|
|
1244
|
+
},
|
|
1162
1245
|
"slack__list_channels": {
|
|
1163
1246
|
"collectionKeys": ["channels", "data"],
|
|
1164
1247
|
"collectionName": "channels",
|