diff --git a/pkg/types/completion.go b/pkg/types/completion.go index 7665a51f..bb58642d 100644 --- a/pkg/types/completion.go +++ b/pkg/types/completion.go @@ -104,6 +104,7 @@ func Text(text string) []ContentPart { } func (c CompletionMessage) String() string { + // Change to test smoke test workflow org membership gating buf := strings.Builder{} for i, content := range c.Content { if i > 0 {