From 49434bda1e0a8edf3c280bee15736be7dabb1f19 Mon Sep 17 00:00:00 2001 From: paperspaceBen Date: Wed, 15 Jan 2025 18:22:13 +0100 Subject: [PATCH] final suggestions --- .../resources/gen-ai/GenAIAPI_LinkKnowledgeBasePublic.yml | 4 ++-- specification/resources/gen-ai/definitions.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/resources/gen-ai/GenAIAPI_LinkKnowledgeBasePublic.yml b/specification/resources/gen-ai/GenAIAPI_LinkKnowledgeBasePublic.yml index a2907a2a..7e739c90 100644 --- a/specification/resources/gen-ai/GenAIAPI_LinkKnowledgeBasePublic.yml +++ b/specification/resources/gen-ai/GenAIAPI_LinkKnowledgeBasePublic.yml @@ -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"' @@ -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: diff --git a/specification/resources/gen-ai/definitions.yml b/specification/resources/gen-ai/definitions.yml index 2315fe69..1f89078f 100644 --- a/specification/resources/gen-ai/definitions.yml +++ b/specification/resources/gen-ai/definitions.yml @@ -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: @@ -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: @@ -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: