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 @@ -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):
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " devgraph-client"
3- version = " 1.0.0-beta.14 "
3+ version = " 1.0.0-beta.15 "
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.14
5+ version : 1.0.0-beta.15
66paths :
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 : []
You can’t perform that action at this time.
0 commit comments