Skip to content
Open
26 changes: 13 additions & 13 deletions fern/apis/fai/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4863,7 +4863,7 @@
"document": {
"type": "string",
"title": "Document",
"description": "The content of the code document that will be returned to Ask Fern during retrieval."
"description": "The content of the code document that will be returned to Ask AI during retrieval."
},
"chunk": {
"anyOf": [
Expand All @@ -4887,7 +4887,7 @@
}
],
"title": "Title",
"description": "The title of the code document. This will be used with the `url` when Ask Fern cites this code."
"description": "The title of the code document. This will be used with the `url` when Ask AI cites this code."
},
"url": {
"anyOf": [
Expand All @@ -4899,7 +4899,7 @@
}
],
"title": "Url",
"description": "The url of the code document. This will be used as the source when Ask Fern cites it."
"description": "The url of the code document. This will be used as the source when Ask AI cites it."
},
"version": {
"anyOf": [
Expand All @@ -4911,7 +4911,7 @@
}
],
"title": "Version",
"description": "The version of the code. This will be compared against when running Ask Fern with version filters. If null, the code will be retrievable by all versions."
"description": "The version of the code. This will be compared against when running Ask AI with version filters. If null, the code will be retrievable by all versions."
},
"product": {
"anyOf": [
Expand All @@ -4923,7 +4923,7 @@
}
],
"title": "Product",
"description": "The product of the code. This will be used to filter code when running Ask Fern with product filters. If null, the code will be retrievable by all products."
"description": "The product of the code. This will be used to filter code when running Ask AI with product filters. If null, the code will be retrievable by all products."
},
"keywords": {
"anyOf": [
Expand Down Expand Up @@ -4979,7 +4979,7 @@
"document": {
"type": "string",
"title": "Document",
"description": "The content of the document that will be returned to Ask Fern during document retrieval."
"description": "The content of the document that will be returned to Ask AI during document retrieval."
},
"chunk": {
"anyOf": [
Expand All @@ -5003,7 +5003,7 @@
}
],
"title": "Title",
"description": "The title of the document. This will be used with the `url` when Ask Fern cites this document."
"description": "The title of the document. This will be used with the `url` when Ask AI cites this document."
},
"url": {
"anyOf": [
Expand All @@ -5015,7 +5015,7 @@
}
],
"title": "Url",
"description": "The url of the document. This will be used as the source of the document when Ask Fern cites it."
"description": "The url of the document. This will be used as the source of the document when Ask AI cites it."
},
"version": {
"anyOf": [
Expand All @@ -5027,7 +5027,7 @@
}
],
"title": "Version",
"description": "The version of the document. This will be compared against when running Ask Fern with version filters. If null, the document will be retrievable by all versions."
"description": "The version of the document. This will be compared against when running Ask AI with version filters. If null, the document will be retrievable by all versions."
},
"product": {
"anyOf": [
Expand All @@ -5039,7 +5039,7 @@
}
],
"title": "Product",
"description": "The product of the document. This will be used to filter documents when running Ask Fern with product filters. If null, the document will be retrievable by all products."
"description": "The product of the document. This will be used to filter documents when running Ask AI with product filters. If null, the document will be retrievable by all products."
},
"keywords": {
"anyOf": [
Expand Down Expand Up @@ -5175,7 +5175,7 @@
"document": {
"type": "string",
"title": "Document",
"description": "The content of the guidance document that will be returned to Ask Fern during Ask Fern retrieval."
"description": "The content of the guidance document that will be returned to Ask AI during Ask AI retrieval."
}
},
"type": "object",
Expand Down Expand Up @@ -7229,7 +7229,7 @@
}
],
"title": "Document",
"description": "The updated content of the document that will be returned to Ask Fern during document retrieval. If not provided, this field will remain unchanged."
"description": "The updated content of the document that will be returned to Ask AI during document retrieval. If not provided, this field will remain unchanged."
},
"chunk": {
"anyOf": [
Expand Down Expand Up @@ -7362,7 +7362,7 @@
}
],
"title": "Document",
"description": "The updated content of the guidance document that will be returned to Ask Fern during Ask Fern retrieval. If not provided, this field will remain unchanged."
"description": "The updated content of the guidance document that will be returned to Ask AI during Ask AI retrieval. If not provided, this field will remain unchanged."
}
},
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion fern/components/FernFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export default function FernFooter() {
<div className="fern-cf-column-links">
<a href="/learn/sdks/overview/introduction" className="fern-cf-link">SDKs</a>
<a href="/learn/docs/getting-started/overview" className="fern-cf-link">Docs</a>
<a href="/learn/docs/ai-features/ask-fern/overview" className="fern-cf-link">Ask Fern</a>
<a href="/learn/docs/ai-features/ask-fern/overview" className="fern-cf-link">Ask AI</a>
<a href="/learn/cli-api-reference/cli-reference/overview" className="fern-cf-link">CLI Reference</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ redirects:
destination: /learn/cli-api-reference/cli-reference/overview

# ============================================================================
# ASK FERN (AI SEARCH)
# ASK AI (AI SEARCH)
# ============================================================================

# /learn/ask-fern/api-reference (specifics before catchall — were shadowed)
Expand Down Expand Up @@ -808,7 +808,7 @@ redirects:
- source: /learn/ask-fern/:slug*
destination: /learn/docs/ai-features/ask-fern/:slug*

# Ask Fern new-location cleanup (/learn/docs/ai-features/ask-fern/*)
# Ask AI new-location cleanup (/learn/docs/ai-features/ask-fern/*)
- source: /learn/docs/ai-features/ask-fern/how-it-works
destination: /learn/docs/ai-features/ask-fern/overview
- source: /learn/docs/ai-features/ask-fern/features
Expand Down
2 changes: 1 addition & 1 deletion fern/footer-dist/output.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


## 0.99.0
**`(feat):`** Support enablements for custom/prod domains from docs.yml. Separate Slack, Discord, and docs Ask Fern deployments.
**`(feat):`** Support enablements for custom/prod domains from docs.yml. Separate Slack, Discord, and docs Ask AI deployments.


## 0.98.0
Expand Down
Loading
Loading