Skip to content

Commit 855a2a0

Browse files
authored
fix(weave): Bump display name limit to 1024 chars (#3043)
1 parent ed510a1 commit 855a2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weave/trace_server/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COMPLETIONS_CREATE_OP_NAME = "weave.completions_create"
22

3-
MAX_DISPLAY_NAME_LENGTH = 128
3+
MAX_DISPLAY_NAME_LENGTH = 1024
44
MAX_OP_NAME_LENGTH = 128
55
MAX_OBJECT_NAME_LENGTH = 128

0 commit comments

Comments
 (0)