-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
82 lines (82 loc) · 2.53 KB
/
config.json
File metadata and controls
82 lines (82 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"listenUrl": "http://localhost:4000",
"debugPath": "./logs",
"logLevel": "trace",
"logStreamingResponseBody": true,
"transport": "substrate",
"openAiTransformMode": "simulated",
"temporaryChat": true,
"ignoreIncomingAuthorizationHeader": true,
"playwrightBrowser": "edge",
"includeConversationIdInResponseBody": true,
"retrySimulatedToollessResponses": true,
"graphBaseUrl": "https://graph.microsoft.com",
"createConversationPath": "/beta/copilot/conversations",
"chatPathTemplate": "/beta/copilot/conversations/{conversationId}/chat",
"chatOverStreamPathTemplate": "/beta/copilot/conversations/{conversationId}/chatOverStream",
"substrate": {
"hubPath": "wss://substrate.office.com/m365Copilot/Chathub",
"earlyCompleteOnSimulatedPayload": true,
"incrementalSimulatedContentStreaming": true,
"source": "officeweb",
"quoteSourceInQuery": true,
"scenario": "OfficeWebIncludedCopilot",
"origin": "https://m365.cloud.microsoft",
"product": "Office",
"agentHost": "Bizchat.FullScreen",
"licenseType": "Starter",
"agent": "web",
"variants": null,
"clientPlatform": "web",
"productThreadType": "Office",
"invocationTimeoutSeconds": 120,
"keepAliveSeconds": 15,
"optionsSets": [
"enterprise_flux_web",
"enterprise_flux_work",
"enable_request_response_interstitials",
"enterprise_flux_image_v1",
"enterprise_toolbox_with_skdsstore",
"enterprise_toolbox_with_skdsstore_search_message_extensions",
"enable_ME_auth_interstitial",
"skdsstorethirdparty",
"enable_confirmation_interstitial",
"enable_plugin_auth_interstitial",
"enable_response_action_processing",
"enterprise_flux_work_gptv",
"enterprise_flux_work_code_interpreter",
"enable_batch_token_processing"
],
"allowedMessageTypes": [
"Chat",
"Suggestion",
"InternalSearchQuery",
"InternalSearchResult",
"Disengaged",
"InternalLoaderMessage",
"RenderCardRequest",
"AdsQuery",
"SemanticSerp",
"GenerateContentQuery",
"SearchQuery",
"ConfirmationCard",
"AuthError",
"DeveloperLogs"
],
"invocationTarget": "chat",
"invocationType": 4,
"locale": "en-US",
"experienceType": "Default",
"entityAnnotationTypes": [
"People",
"File",
"Event",
"Email",
"TeamsMessage"
]
},
"defaultModel": "m365-copilot",
"defaultTimeZone": "Europe/London",
"conversationTtlMinutes": 180,
"maxAdditionalContextMessages": 16
}