Skip to content

Commit

Permalink
final suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
paperspaceBen committed Jan 15, 2025
1 parent 015a0af commit 49434bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: To attach a knowledge base to an agent, send a POST request to `/v2/gen-ai/agents/{agent_uuid}/knowledge_bases/{knowledge_base_uuid}`
operationId: Attach_Knowledge_base_to_Agent
operationId: Attach_Knowledge_Base_to_an_Agent
parameters:
- description: A unique identifier for an agent.
example: '"123e4567-e89b-12d3-a456-426614174000"'
Expand Down Expand Up @@ -33,7 +33,7 @@ responses:
$ref: ../../shared/responses/server_error.yml
default:
$ref: ../../shared/responses/unexpected_error.yml
summary: Attach Knowledge base to Agent
summary: Attach Knowledge Base to an Agent
tags:
- GenAI Platform
x-codeSamples:
Expand Down
6 changes: 3 additions & 3 deletions specification/resources/gen-ai/definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ apiCreateAgentInputPublic:
type: string
type: array
model_uuid:
description: Model id
description: Identifier for the foundation model.
example: '"12345678-1234-1234-1234-123456789012"'
type: string
name:
Expand Down Expand Up @@ -2404,7 +2404,7 @@ apiUpdateAgentInputPublic:
format: int64
type: integer
model_uuid:
description: Model id
description: Identifier for the foundation model.
example: '"12345678-1234-1234-1234-123456789012"'
type: string
name:
Expand Down Expand Up @@ -2486,7 +2486,7 @@ apiUpdateKnowledgeBaseInputPublic:
example: '"12345678-1234-1234-1234-123456789012"'
type: string
embedding_model_uuid:
description: Model id
description: Identifier for the foundation model.
example: '"12345678-1234-1234-1234-123456789012"'
type: string
name:
Expand Down

0 comments on commit 49434bd

Please sign in to comment.