File tree Expand file tree Collapse file tree
devgraph_client/api/prompts Expand file tree Collapse file tree Original file line number Diff line number Diff 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):
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " devgraph-client"
3- version = " 1.0.0-beta.11 "
3+ version = " 1.0.0-beta.12 "
44description = " A client library for accessing Devgraph AI API"
55authors = []
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
22info :
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
66paths :
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 : []
You can’t perform that action at this time.
0 commit comments