mirror of
https://github.com/ollama/ollama.git
synced 2025-05-13 03:16:47 +02:00
wip?
This commit is contained in:
parent
611d3a17ed
commit
23e8ac9428
2 changed files with 4 additions and 4 deletions
|
@ -143,7 +143,7 @@ func TestParsePythonFunctionCall(t *testing.T) {
|
|||
|
||||
for _, tt := range cases {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
got, err := parsePythonFunctionCall(tt.input)
|
||||
got, err := parsePythonToolCall(tt.input)
|
||||
if (err != nil) != tt.err {
|
||||
t.Fatalf("expected error: %v, got error: %v", tt.err, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue