diff --git a/fern/api/openapi/openapi.yml b/fern/api/openapi/openapi.yml index 2532b0e9d..d018ef4a1 100644 --- a/fern/api/openapi/openapi.yml +++ b/fern/api/openapi/openapi.yml @@ -1,8 +1,8 @@ openapi: 3.0.2 info: title: Superagent - description: Build, deploy and manage LLM-powered Agents - version: 0.0.44 + description: Build, manage and deploy LLM-powered Agents + version: 0.0.47 paths: /api/v1/agents: get: @@ -1225,6 +1225,9 @@ components: url: title: Url type: string + description: + title: Description + type: string content: title: Content type: string