Skip to content

Commit

Permalink
fix(docs): removed Function Group APIs resource and made edits to tit… (
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Aug 12, 2024
1 parent cb6c47f commit f75e25b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 164 deletions.
16 changes: 3 additions & 13 deletions pages/apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,19 @@ import { GuideBox } from "../components/feature-guide-tabs";
<Row>
<GuideBox
content={{
title: "DELTA-V Chat APIs",
description: "Start working with DeltaV chat APIs.",
title: "AI Engine Chat APIs",
description: "Start working with AI Engine chat APIs.",
path: "/apis/ai-engine/chat"
}}
/>

<GuideBox
content={{
title: "DeltaV Functions APIs",
title: "AI Engine Functions APIs",
description: "Start working with Functions APIs.",
path: "/apis/ai-engine/functions"
}}
/>

</Row>
<Row>
<GuideBox
content={{
title: "DELTA-V Function Groups APIs",
description: "Explore DeltaV Function Groups APIs.",
path: "/apis/ai-engine/function_groups"
}}
/>

</Row>
<div className="nx-mb-8"></div>
5 changes: 2 additions & 3 deletions pages/apis/ai-engine/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"chat": "Chat API",
"functions": "Functions API",
"function_groups": "Function Groups API"
"chat": "AI Engine Chat API",
"functions": "Functions API"
}
4 changes: 2 additions & 2 deletions pages/apis/ai-engine/chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ApiEndpointRequestResponse,
} from "../../../components/api-endpoint";

# DELTA-V Chat API
# AI Engine Chat API

<div className="nx-text-fetch-content">
Most of the endpoints depends on various instances and are considered parameters for the actual endpoint, but these are not meant to be passed directly by the user.
Expand All @@ -18,7 +18,7 @@ Mind that: to access these APIs, user must be **authenticated** and have the **c

<Row>
<Col>
The DeltaV Chat API allows you to interact with the DeltaV backend, allowing you to interact with your agents and more.
The AI Engine Chat API allows you to interact with the DeltaV backend, allowing you to interact with your agents and more.
</Col>
<Col>
```bash filename="Endpoints"
Expand Down
144 changes: 0 additions & 144 deletions pages/apis/ai-engine/function_groups.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions pages/apis/ai-engine/functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ApiEndpointRequestResponse,
} from "../../../components/api-endpoint";

# DeltaV Functions API
# AI Engine Functions API

<div className="nx-text-fetch-content">
Most of the endpoints depends on various instances and are considered parameters for the actual endpoint, but these are not meant to be passed directly by the user.
Expand All @@ -18,7 +18,7 @@ Mind that: to access these APIs, user must be **authenticated** and have the **c

<Row>
<Col>
The DeltaV Functions API allows you to interact with the DeltaV backend, allowing you to interact with your functions and more.
The AI Engine Functions API allows you to interact with the DeltaV backend, allowing you to interact with your functions and more.
</Col>
<Col>
```bash filename="Endpoints"
Expand Down

0 comments on commit f75e25b

Please sign in to comment.