@@ -696,14 +696,14 @@ func TestFmt(t *testing.T) {
696
696
ToolDef : ToolDef {
697
697
Name : "echo" ,
698
698
Instructions : "#!/bin/bash\n echo hello there" ,
699
- },
700
- Arguments : & openapi3.Schema {
701
- Type : & openapi3.Types { "object" },
702
- Properties : map [ string ] * openapi3. SchemaRef {
703
- "input" : {
704
- Value : & openapi3. Schema {
705
- Description : "The string input to echo" ,
706
- Type : & openapi3. Types { "string" },
699
+ Arguments : & openapi3. Schema {
700
+ Type : & openapi3.Types { "object" },
701
+ Properties : map [ string ] * openapi3.SchemaRef {
702
+ "input" : {
703
+ Value : & openapi3. Schema {
704
+ Description : "The string input to echo" ,
705
+ Type : & openapi3. Types { "string" } ,
706
+ },
707
707
},
708
708
},
709
709
},
@@ -757,14 +757,14 @@ func TestFmtWithTextNode(t *testing.T) {
757
757
ToolDef : ToolDef {
758
758
Instructions : "#!/bin/bash\n echo hello there" ,
759
759
Name : "echo" ,
760
- },
761
- Arguments : & openapi3.Schema {
762
- Type : & openapi3.Types { "object" },
763
- Properties : map [ string ] * openapi3. SchemaRef {
764
- "input" : {
765
- Value : & openapi3. Schema {
766
- Description : "The string input to echo" ,
767
- Type : & openapi3. Types { "string" },
760
+ Arguments : & openapi3. Schema {
761
+ Type : & openapi3.Types { "object" },
762
+ Properties : map [ string ] * openapi3.SchemaRef {
763
+ "input" : {
764
+ Value : & openapi3. Schema {
765
+ Description : "The string input to echo" ,
766
+ Type : & openapi3. Types { "string" } ,
767
+ },
768
768
},
769
769
},
770
770
},
0 commit comments