Skip to content

Commit b768fe5

Browse files
authored
Refactor GenAI Platform to GradientAI Platform in API specifications (#1055)
- Updated tags in multiple API specifications from "GenAI Platform (Public Preview)" to "GradientAI Platform". - Added new API specifications for deleting and retrieving workspaces. - Introduced new endpoints for moving agents to a workspace and listing agents by workspace. Co-authored-by: jordanlee <JLee21@users.noreply.github.com>
1 parent 23ab359 commit b768fe5

76 files changed

Lines changed: 445 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

specification/DigitalOcean-public.v2.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,8 @@ tags:
300300
301301
The Serverless Functions API currently only supports creating and managing namespaces.
302302
303-
- name: GenAI Platform (Public Preview)
303+
- name: GradientAI Platform
304304
description: |-
305-
**The GenAI Platform API is in [public preview](https://docs.digitalocean.com/platform/product-lifecycle/#public-preview) for select customers.**
306-
307305
The API lets you build GPU-powered AI agents with pre-built or custom foundation models, function and agent routes, and RAG pipelines with knowledge bases.
308306
309307
- name: Image Actions

specification/resources/gen-ai/genai_attach_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ security:
4949
- genai:create
5050
summary: Add Agent Route to an Agent
5151
tags:
52-
- GenAI Platform (Public Preview)
52+
- GradientAI Platform
5353
x-codeSamples:
5454
- $ref: examples/curl/genai_attach_agent.yml

specification/resources/gen-ai/genai_attach_agent_function.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ security:
4242
- genai:create
4343
summary: Add Function Route to an Agent
4444
tags:
45-
- GenAI Platform (Public Preview)
45+
- GradientAI Platform
4646
x-codeSamples:
4747
- $ref: examples/curl/genai_attach_agent_function.yml

specification/resources/gen-ai/genai_attach_knowledge_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ security:
4444
- genai:create
4545
summary: Attach Knowledge Base to an Agent
4646
tags:
47-
- GenAI Platform (Public Preview)
47+
- GradientAI Platform
4848
x-codeSamples:
4949
- $ref: examples/curl/genai_attach_knowledge_base.yml

specification/resources/gen-ai/genai_attach_knowledge_bases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ security:
3737
- genai:create
3838
summary: Attach Knowledge Bases to an Agent
3939
tags:
40-
- GenAI Platform (Public Preview)
40+
- GradientAI Platform
4141
x-codeSamples:
4242
- $ref: examples/curl/genai_attach_knowledge_bases.yml

specification/resources/gen-ai/genai_cancel_indexing_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ security:
4343
- genai:update
4444
summary: Cancel Indexing Job for a Knowledge Base
4545
tags:
46-
- GenAI Platform (Public Preview)
46+
- GradientAI Platform
4747
x-codeSamples:
4848
- $ref: examples/curl/genai_cancel_indexing_job.yml

specification/resources/gen-ai/genai_create_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ security:
3535
- genai:create
3636
summary: Create an Agent
3737
tags:
38-
- GenAI Platform (Public Preview)
38+
- GradientAI Platform
3939
x-codeSamples:
4040
- $ref: examples/curl/genai_create_agent.yml

specification/resources/gen-ai/genai_create_agent_api_key.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ security:
4242
- genai:create
4343
summary: Create an Agent API Key
4444
tags:
45-
- GenAI Platform (Public Preview)
45+
- GradientAI Platform
4646
x-codeSamples:
4747
- $ref: examples/curl/genai_create_agent_api_key.yml

specification/resources/gen-ai/genai_create_anthropic_api_key.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ security:
3434
- genai:create
3535
summary: Create Anthropic API Key
3636
tags:
37-
- GenAI Platform (Public Preview)
37+
- GradientAI Platform
3838
x-codeSamples:
3939
- $ref: examples/curl/genai_create_anthropic_api_key.yml

specification/resources/gen-ai/genai_create_evaluation_dataset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ security:
3434
- genai:create
3535
summary: Create Evaluation Dataset
3636
tags:
37-
- GenAI Platform (Public Preview)
37+
- GradientAI Platform
3838
x-codeSamples:
3939
- $ref: examples/curl/genai_create_evaluation_dataset.yml

0 commit comments

Comments
 (0)