Skip to content

Commit 8f1ec89

Browse files
Update client for API v1.0.0-beta.12
Auto-generated from devgraph@fabbaa03cf4ef9be8e25760f981ac25807c180a5 Spec URL: https://github.com/arctir/devgraph-api/tree/v1.0.0-beta.12
1 parent f6682ad commit 8f1ec89

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

devgraph_client/api/prompts/create_prompt.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def sync_detailed(
7171
) -> Response[Any | HTTPValidationError | PromptResponse]:
7272
"""Create Prompt
7373
74-
Create a new prompt for the environment.
74+
Create a new prompt template in the environment
7575
7676
Args:
7777
body (PromptCreate):
@@ -102,7 +102,7 @@ def sync(
102102
) -> Any | HTTPValidationError | PromptResponse | None:
103103
"""Create Prompt
104104
105-
Create a new prompt for the environment.
105+
Create a new prompt template in the environment
106106
107107
Args:
108108
body (PromptCreate):
@@ -128,7 +128,7 @@ async def asyncio_detailed(
128128
) -> Response[Any | HTTPValidationError | PromptResponse]:
129129
"""Create Prompt
130130
131-
Create a new prompt for the environment.
131+
Create a new prompt template in the environment
132132
133133
Args:
134134
body (PromptCreate):
@@ -157,7 +157,7 @@ async def asyncio(
157157
) -> Any | HTTPValidationError | PromptResponse | None:
158158
"""Create Prompt
159159
160-
Create a new prompt for the environment.
160+
Create a new prompt template in the environment
161161
162162
Args:
163163
body (PromptCreate):

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.11"
3+
version = "1.0.0-beta.12"
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.11
5+
version: 1.0.0-beta.12
66
paths:
77
/api/v1/entities/definitions:
88
get:
@@ -2127,7 +2127,7 @@ paths:
21272127
tags:
21282128
- prompts
21292129
summary: Create Prompt
2130-
description: Create a new prompt for the environment.
2130+
description: Create a new prompt template in the environment
21312131
operationId: create_prompt
21322132
security:
21332133
- OAuth2PasswordBearer: []

0 commit comments

Comments
 (0)