Skip to content

Commit

Permalink
fix(weave): Bump display name limit to 1024 chars (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Nov 21, 2024
1 parent ed510a1 commit 855a2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/trace_server/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMPLETIONS_CREATE_OP_NAME = "weave.completions_create"

MAX_DISPLAY_NAME_LENGTH = 128
MAX_DISPLAY_NAME_LENGTH = 1024
MAX_OP_NAME_LENGTH = 128
MAX_OBJECT_NAME_LENGTH = 128

0 comments on commit 855a2a0

Please sign in to comment.