Skip to content

Commit f0afa24

Browse files
Update client for API v1.0.0-beta.15
Auto-generated from devgraph@f3e495df52a31df1934050c73b20bd0805838eee Spec URL: https://github.com/arctir/devgraph-api/tree/v1.0.0-beta.15
1 parent b5ecb55 commit f0afa24

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

devgraph_client/api/prompts/update_prompt.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def sync_detailed(
7474
) -> Response[Any | HTTPValidationError | PromptResponse]:
7575
"""Update Prompt
7676
77-
Update a specific prompt by ID.
77+
Update an existing prompt template by ID
7878
7979
Args:
8080
prompt_id (UUID):
@@ -108,7 +108,7 @@ def sync(
108108
) -> Any | HTTPValidationError | PromptResponse | None:
109109
"""Update Prompt
110110
111-
Update a specific prompt by ID.
111+
Update an existing prompt template by ID
112112
113113
Args:
114114
prompt_id (UUID):
@@ -137,7 +137,7 @@ async def asyncio_detailed(
137137
) -> Response[Any | HTTPValidationError | PromptResponse]:
138138
"""Update Prompt
139139
140-
Update a specific prompt by ID.
140+
Update an existing prompt template by ID
141141
142142
Args:
143143
prompt_id (UUID):
@@ -169,7 +169,7 @@ async def asyncio(
169169
) -> Any | HTTPValidationError | PromptResponse | None:
170170
"""Update Prompt
171171
172-
Update a specific prompt by ID.
172+
Update an existing prompt template by ID
173173
174174
Args:
175175
prompt_id (UUID):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "devgraph-client"
3-
version = "1.0.0-beta.14"
3+
version = "1.0.0-beta.15"
44
description = "A client library for accessing Devgraph AI API"
55
authors = []
66
readme = "README.md"

specs/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: Devgraph AI API
44
description: The Devgraph AI ontology engine and entity management API
5-
version: 1.0.0-beta.14
5+
version: 1.0.0-beta.15
66
paths:
77
/api/v1/entities/definitions:
88
get:
@@ -2240,7 +2240,7 @@ paths:
22402240
tags:
22412241
- prompts
22422242
summary: Update Prompt
2243-
description: Update a specific prompt by ID.
2243+
description: Update an existing prompt template by ID
22442244
operationId: update_prompt
22452245
security:
22462246
- OAuth2PasswordBearer: []

0 commit comments

Comments
 (0)