File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
models/spring-ai-zhipuai/src/main/java/org/springframework/ai/zhipuai Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ public class ZhiPuAiChatOptions implements ToolCallingChatOptions {
7878 * provide a list of functions the model may generate JSON inputs for.
7979 */
8080 private @ JsonProperty ("tools" ) List <ZhiPuAiApi .FunctionTool > tools ;
81-
82- private @ JsonProperty ("tools1" ) List <ZhiPuAiApi .Foo > foos ;
83-
8481 /**
8582 * Controls which (if any) function is called by the model. none means the model will not call a
8683 * function and instead generates a message. auto means the model can pick between generating a message or calling a
Original file line number Diff line number Diff line change @@ -314,18 +314,6 @@ public String getValue() {
314314 }
315315 }
316316
317- public class Foo {
318-
319- String foo ;
320-
321- public Foo () {
322-
323- }
324- public Foo (String foo ) {
325- this .foo = foo ;
326- }
327- }
328-
329317
330318 /**
331319 * Represents a tool the model may call. Currently, only functions are supported as a tool.
You can’t perform that action at this time.
0 commit comments