Skip to content

Commit 411df58

Browse files
committed
fix - typo in error message
Signed-off-by: Bill Maxwell <[email protected]>
1 parent 2d161f5 commit 411df58

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)