Skip to content

Commit 9d0e08c

Browse files
guardrails-portkey
1 parent f2f5904 commit 9d0e08c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@
325325
]
326326
},
327327
{
328-
"group": "Tools",
329-
"pages": ["integrations/tools/exa"]
328+
"group": "Plugins",
329+
"pages": ["/integrations/plugins/exa"]
330330
},
331331
{
332332
"group": "Vector Databases",

integrations/tools/exa.mdx renamed to integrations/plugins/exa.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ This process allows any LLM to respond with up-to-date knowledge without retrain
7070

7171
* Save this config and note its Config ID for use in your requests
7272

73+
<Note>
74+
The Exa Plugin is supported only as an `input guardrail`. It adds web search results to your request before it reaches the LLM, which is why only `before_request_hooks` are supported and not `after_request_hooks` on Portkey's gateway. [Learn more about guardrails here](/product/guardrails)
75+
</Note>
7376
### 4. Use the Config in Your Requests
7477

7578
<Tabs>

0 commit comments

Comments
 (0)