Skip to content

Commit adb5b4d

Browse files
committed
reviewer feedback
1 parent 110d013 commit adb5b4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

guides/assistant.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ Configure sites that the assistant can search for additional context when answer
5252
You can use Exa's [filtering syntax](https://docs.exa.ai/changelog/domain-path-filter) when you configure external sites.
5353

5454
- **Domain-level filtering**
55-
- `example.com`: Search the entire domain
56-
- `docs.example.com`: Search only the docs subdomain
55+
- `example.com`: Search only the `example.com` domain
56+
- `docs.example.com`: Search only the `docs.example.com` subdomain
57+
- `*.example.com`: Search all subdomains of `example.com`
5758
- **Path-level filtering**
58-
- `docs.example.com/api/*`: Only search API documentation sections
59+
- `docs.example.com/api`: Only search API documentation sections
5960
- **Multiple patterns**
6061
- You can add multiple entries to target different sections across sites for more granular control over what external content the assistant can reference.
6162

0 commit comments

Comments
 (0)