diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 12:45:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 12:45:36 -0500 |
| commit | f08ab508187fae52444ab4cc9313c7177a78dd70 (patch) | |
| tree | 44a4b956393e82c370ca3ae6ae1e38225d010665 | |
| parent | abc5bee273f0bb3dde117b512978f3ea5ea34602 (diff) | |
fixed JSON marshal
| -rw-r--r-- | chat.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ message argsInfo { string pattern = 11; string content = 12; string fact = 13; + repeated string paths = 14; } // Function response |
