We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1acf1 commit e001e71Copy full SHA for e001e71
1 file changed
runtime/ai/ai.go
@@ -32,7 +32,7 @@ import (
32
33
// maxMessageSizeBytes is the maximum allowed size of a message's contents.
34
// Exceeding it will result in an error.
35
-const maxMessageSizeBytes = 10 * 1024 // 10 KB
+const maxMessageSizeBytes = 25 * 1024 // 25 KB
36
37
// Tracer for instrumenting requests.
38
var tracer = otel.Tracer("github.com/rilldata/rill/runtime/ai")
0 commit comments