refactor(test): improve type assertions in ops endpoint context tests
This commit is contained in:
@@ -397,11 +397,6 @@ func anthToResHandleMessageDelta(evt *AnthropicStreamEvent, state *AnthropicEven
|
||||
}
|
||||
}
|
||||
|
||||
// Extract stop_reason from delta
|
||||
if evt.Delta != nil && evt.Delta.StopReason != "" {
|
||||
// We'll use this in message_stop
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user