Closed robot-ci-heartex closed 1 month ago
Hi @niklub!
This PR was automaticaly generated via Follow Merge. Please ensure that all linked upstream Pull Requests are merged before proceeding with this one.
fix: increase test coverage for prompt and prediction deletion
Enhance test coverage and API functionality for prompt and prediction management, including CRUD operations for prompts and their versions.
Key points:
get
delete
update
PromptsClient
client.py
list
VersionsClient
versions/client.py
PromptVersion
prompt_version.py
test_versions.py
test_prompts.py
Generated with :heart: by ellipsis.dev
Hi @niklub!
This PR was automaticaly generated via Follow Merge. Please ensure that all linked upstream Pull Requests are merged before proceeding with this one.
fix: increase test coverage for prompt and prediction deletion
Summary:
Enhance test coverage and API functionality for prompt and prediction management, including CRUD operations for prompts and their versions.
Key points:
get
,delete
, andupdate
methods forPromptsClient
inclient.py
.list
,get
,delete
, andupdate
methods forVersionsClient
inversions/client.py
.PromptVersion
inprompt_version.py
to make fields optional.list
,get
,delete
, andupdate
methods intest_versions.py
.get
,delete
, andupdate
methods intest_prompts.py
.Generated with :heart: by ellipsis.dev