Skip to content

Commit a3710d5

Browse files
committed
fix tool description
1 parent fd51c66 commit a3710d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-generator/openapi/src/main/resources/Java/llmToolkit.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public class {{classname}}LLMToolkit implements Toolkit {
129129

130130
@Override
131131
public String getDescription() {
132-
return "{{summary}}";
132+
return "{{#summary}}{{.}}{{/summary}}{{^summary}}{{notes}}{{/summary}}";
133133
}
134134

135135
@Override

0 commit comments

Comments
 (0)