Skip to content

Commit

Permalink
Merge pull request #1119 from parea-ai/feat-enable-saving-comments-fr…
Browse files Browse the repository at this point in the history
…om-user-feedback

feat: store comment from user feedback
  • Loading branch information
joschkabraun committed Sep 5, 2024
2 parents 306e17f + 48b6d50 commit b1cb7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions parea/schemas/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class FeedbackRequest:
trace_id: Optional[str] = None
name: Optional[str] = None
target: Optional[str] = None
comment: Optional[str] = None


@define
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "parea-ai"
packages = [{ include = "parea" }]
version = "0.2.213"
version = "0.2.214"
description = "Parea python sdk"
readme = "README.md"
authors = ["joel-parea-ai <joel@parea.ai>"]
Expand Down

0 comments on commit b1cb7be

Please sign in to comment.