Skip to content

Commit

Permalink
feat(prompts): POST method for prompts endpoint (#6347)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Feb 12, 2025
1 parent 129444b commit 03cad34
Show file tree
Hide file tree
Showing 22 changed files with 1,632 additions and 119 deletions.
94 changes: 86 additions & 8 deletions js/packages/phoenix-client/src/__generated__/api/v1.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/phoenix-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ force-single-line = false

[tool.ruff.lint.per-file-ignores]
"*.ipynb" = ["E402", "E501"]
"src/phoenix/client/__generated__/v1/__init__.py" = ["F401", "E501"]
"src/phoenix/client/__generated__/v1/*.py" = ["E501"]

[tool.ruff.format]
line-ending = "native"
Expand Down
Loading

0 comments on commit 03cad34

Please sign in to comment.