Skip to content

Commit

Permalink
Added include metadata params (#474)
Browse files Browse the repository at this point in the history
* added include metadata params

* added include metadata to constants

* added include metadata to constants
  • Loading branch information
jagadeeswaran-zipstack authored Jul 11, 2024
1 parent 65fe1d0 commit f66c8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/prompt_studio/prompt_studio_core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class ToolStudioPromptKeys:
PROFILE_MANAGER_ID = "profile_manager"
CONTEXT = "context"
METADATA = "metadata"
INCLUDE_METADATA = "include_metadata"


class FileViewTypes:
Expand Down

0 comments on commit f66c8ff

Please sign in to comment.