Skip to content

Commit 96938c4

Browse files
Merge pull request #64 from cloudnautique/main
fix - typo in error message
2 parents 2d161f5 + 411df58 commit 96938c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/engine/engine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func (e *Engine) Continue(ctx context.Context, state *State, results ...CallResu
323323

324324
pending, ok := state.Pending[content.ToolCall.ID]
325325
if !ok {
326-
return nil, fmt.Errorf("missing tool call pennding for id %s, most likely a %s BUG",
326+
return nil, fmt.Errorf("missing tool call pending for id %s, most likely a %s BUG",
327327
content.ToolCall.ID, version.ProgramName)
328328
}
329329

0 commit comments

Comments
 (0)