From f08ab508187fae52444ab4cc9313c7177a78dd70 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Sep 2025 12:45:36 -0500 Subject: [PATCH] fixed JSON marshal --- chat.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/chat.proto b/chat.proto index a226eec..6f9ff97 100644 --- a/chat.proto +++ b/chat.proto @@ -115,6 +115,7 @@ message argsInfo { string pattern = 11; string content = 12; string fact = 13; + repeated string paths = 14; } // Function response