You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Generates a response message from the assistant for the specified domain. [See the documentation](https://www.mintlify.com/docs/api-reference/assistant/create-assistant-message)",
8
+
version: "0.0.1",
9
+
type: "action",
10
+
props: {
11
+
mintlify,
12
+
domain: {
13
+
propDefinition: [
14
+
mintlify,
15
+
"domain",
16
+
],
17
+
},
18
+
fp: {
19
+
type: "string",
20
+
label: "FP",
21
+
description: "Browser fingerprint or arbitrary string identifier. There may be future functionality which allows you to get the messages for a given fingerprint",
description: "Perform semantic and keyword searches across your documentation. [See the documentation](https://www.mintlify.com/docs/api-reference/assistant/search)",
7
+
version: "0.0.1",
8
+
type: "action",
9
+
props: {
10
+
mintlify,
11
+
domain: {
12
+
propDefinition: [
13
+
mintlify,
14
+
"domain",
15
+
],
16
+
},
17
+
query: {
18
+
type: "string",
19
+
label: "Search Query",
20
+
description: "The search query to execute against your documentation content",
21
+
},
22
+
pageSize: {
23
+
type: "integer",
24
+
label: "Page Size",
25
+
description: "Number of search results to return. Defaults to 10 if not specified",
26
+
optional: true,
27
+
},
28
+
version: {
29
+
type: "string",
30
+
label: "Version",
31
+
description: "Filter results by documentation version",
32
+
optional: true,
33
+
},
34
+
language: {
35
+
type: "string",
36
+
label: "Language",
37
+
description: "Filter results by content language",
0 commit comments