fix lint error
This commit is contained in:
parent
fed3665c70
commit
1ab7631377
|
|
@ -335,6 +335,7 @@ func TestToolFunctionParameters_MarshalJSON(t *testing.T) {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
func TestToolCallFunction_IndexAlwaysMarshals(t *testing.T) {
|
||||
fn := ToolCallFunction{
|
||||
Name: "echo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue