We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed510a1 commit 855a2a0Copy full SHA for 855a2a0
weave/trace_server/constants.py
@@ -1,5 +1,5 @@
1
COMPLETIONS_CREATE_OP_NAME = "weave.completions_create"
2
3
-MAX_DISPLAY_NAME_LENGTH = 128
+MAX_DISPLAY_NAME_LENGTH = 1024
4
MAX_OP_NAME_LENGTH = 128
5
MAX_OBJECT_NAME_LENGTH = 128
0 commit comments